Changeset 23b4aa
- Timestamp:
- Jul 9, 2008, 1:24:20 PM (17 years ago)
- Children:
- ed5f58
- Parents:
- 207a3e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
r207a3e r23b4aa 2212 2212 bool status = true; 2213 2213 string line; 2214 string::iterator ende;2215 2214 2216 2215 // open KeySet file … … 2218 2217 line.append("/"); 2219 2218 line += FRAGMENTPREFIX; 2220 ende = line.end();2221 2219 line += KEYSETFILE; 2222 2220 output.open(line.c_str(), ios::out); … … 2243 2241 line.append("/"); 2244 2242 line += FRAGMENTPREFIX; 2245 ende = line.end();2246 2243 line += TEFACTORSFILE; 2247 2244 output.open(line.c_str(), ios::out);
Note:
See TracChangeset
for help on using the changeset viewer.