Changes in molecuilder/src/config.cpp [f89a9e:f23d7d]
- File:
-
- 1 edited
-
molecuilder/src/config.cpp (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.cpp
-
Property mode
changed from
100644to100755
rf89a9e rf23d7d 23 23 configpath[0]='\0'; 24 24 configname[0]='\0'; 25 basis="3-21G"; 25 26 26 27 FastParsing = false; … … 1131 1132 *output << ")" << endl; 1132 1133 *output << "basis<GaussianBasisSet>: (" << endl; 1133 *output << "\tname = \" 3-21G\"" << endl;1134 *output << "\tname = \"" << basis << "\"" << endl; 1134 1135 *output << "\tmolecule = $:molecule" << endl; 1135 1136 *output << ")" << endl; -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
