Changeset 543ce4 for molecuilder/src/element.cpp
- Timestamp:
- Nov 4, 2009, 7:56:04 PM (16 years ago)
- Children:
- 4ef101, aa8542
- Parents:
- ec70ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/element.cpp
rec70ec r543ce4 29 29 * \param *out outstream 30 30 */ 31 bool element::Output(ofstream * out) const31 bool element::Output(ofstream * const out) const 32 32 { 33 33 if (out != NULL) { … … 44 44 * \param NoOfAtoms total number of atom of this element type 45 45 */ 46 bool element::Checkout(ofstream * out, const int Number, const int NoOfAtoms) const46 bool element::Checkout(ofstream * const out, const int Number, const int NoOfAtoms) const 47 47 { 48 48 if (out != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.