Changeset 7b1cea for molecuilder/src/moleculelist.cpp
- Timestamp:
- Apr 29, 2008, 7:04:59 AM (18 years ago)
- Children:
- 2456db
- Parents:
- 36b128
- File:
-
- 1 edited
-
molecuilder/src/moleculelist.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/moleculelist.cpp
r36b128 r7b1cea 319 319 for(int i=0;i<NumberOfMolecules;i++) { 320 320 //if (TEList[i] != 0) { 321 strcpy(PathBackup, configuration-> GetDefaultPath());321 strcpy(PathBackup, configuration->configpath); 322 322 323 323 // scan all atoms in the current molecule for their fathers and write each vertex index to forces file … … 349 349 sprintf(FragmentName, "%s/%s%s.conf", PathBackup, prefix, FragmentNumber); 350 350 outputFragment.open(FragmentName, ios::out); 351 strcpy(PathBackup, configuration-> GetDefaultPath());351 strcpy(PathBackup, configuration->configpath); 352 352 sprintf(FragmentName, "%s/%s%s/", PathBackup, prefix, FragmentNumber); 353 353 … … 383 383 } 384 384 385 strcpy(PathBackup, configuration-> GetDefaultPath());385 strcpy(PathBackup, configuration->configpath); 386 386 // open file for the total energy factor 387 387 sprintf(TEFilename, "%s/%s%s", PathBackup, prefix, TEFACTORSFILE);
Note:
See TracChangeset
for help on using the changeset viewer.
