Changeset 451d7a for molecuilder/src/config.cpp
- Timestamp:
- Feb 10, 2009, 12:04:37 PM (17 years ago)
- Children:
- c830e8e
- Parents:
- e08f45
- File:
-
- 1 edited
-
molecuilder/src/config.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.cpp
re08f45 r451d7a 23 23 configpath[0]='\0'; 24 24 configname[0]='\0'; 25 basis = "3-21G"; 25 26 26 27 FastParsing = false; … … 1135 1136 *output << ")" << endl; 1136 1137 *output << "basis<GaussianBasisSet>: (" << endl; 1137 *output << "\tname = \" 3-21G\"" << endl;1138 *output << "\tname = \""<< basis << "\"" << endl; 1138 1139 *output << "\tmolecule = $:molecule" << endl; 1139 1140 *output << ")" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.
