Changeset eefb8e
- Timestamp:
- May 30, 2008, 1:51:53 PM (17 years ago)
- Children:
- 724819
- Parents:
- bdba3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/moleculelist.cpp
rbdba3c reefb8e 203 203 vector BoxDimension; 204 204 char *FragmentNumber = NULL; 205 char *path = NULL; 205 206 int FragmentCounter = 0; 206 207 ofstream output; … … 209 210 for(int i=0;i<NumberOfMolecules;i++) { 210 211 // save default path as it is changed for each fragment 211 strcpy(PathBackup, configuration->GetDefaultPath()); 212 path = configuration->GetDefaultPath(); 213 if (path != NULL) 214 strcpy(PathBackup, path); 215 else 216 cerr << "OutputConfigForListOfFragments: NULL default path obtained from config!" << endl; 212 217 213 218 // correct periodic
Note:
See TracChangeset
for help on using the changeset viewer.