Changeset 090299 for molecuilder/src/atom.cpp
- Timestamp:
- Apr 23, 2008, 5:33:51 PM (18 years ago)
- Children:
- 76b3dc
- Parents:
- 58ab18
- File:
-
- 1 edited
-
molecuilder/src/atom.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.cpp
r58ab18 r090299 20 20 type = NULL; 21 21 sort = NULL; 22 FixedIon = 0; 22 23 nr = -1; 23 24 GraphNr = -1; … … 59 60 if (out != NULL) { 60 61 *out << "Ion_Type" << ElementNo << "_" << AtomNo << "\t" << fixed << setprecision(9) << showpoint; 61 *out << x.x[0] << "\t" << x.x[1] << "\t" << x.x[2] << "\t"; 62 *out << "\t" << "0\t# Number in molecule " << nr << endl; 62 *out << x.x[0] << "\t" << x.x[1] << "\t" << x.x[2]; 63 *out << "\t" << FixedIon; 64 if (v.Norm() > MYEPSILON) 65 *out << "\t" << scientific << setprecision(6) << v.x[0] << "\t" << v.x[1] << "\t" << v.x[2] << "\t"; 66 *out << " # Number in molecule " << nr << endl; 63 67 return true; 64 68 } else
Note:
See TracChangeset
for help on using the changeset viewer.
