Changeset d982bb for molecuilder/src/moleculelist.cpp
- Timestamp:
- Apr 28, 2008, 11:36:11 AM (17 years ago)
- Children:
- 8efbfc
- Parents:
- 34d37c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/moleculelist.cpp
r34d37c rd982bb 385 385 strcpy(PathBackup, configuration->GetDefaultPath()); 386 386 // open file for the total energy factor 387 sprintf(TEFilename, "%s/%s%s", PathBackup, prefix, "TE-Factors.dat");387 sprintf(TEFilename, "%s/%s%s", PathBackup, prefix, TEFACTORSFILE); 388 388 output.open(TEFilename, ios::out); 389 389 // output TEList (later to file AtomicTEList.dat) … … 402 402 403 403 // open file for the force factors 404 sprintf(TEFilename, "%s/%s%s", PathBackup, prefix, "Forces-Factors.dat");404 sprintf(TEFilename, "%s/%s%s", PathBackup, prefix, FORCESFILE); 405 405 output.open(TEFilename, ios::out); 406 406 //cout << Verbose(1) << "Final AtomicForcesList: ";
Note:
See TracChangeset
for help on using the changeset viewer.