Changes in src/config.cpp [ad011c:1a6bda]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/config.cpp
rad011c r1a6bda 60 60 FastParsing(false), 61 61 Deltat(0.01), 62 basis(""),63 62 databasepath(NULL), 64 63 DoConstrainedMD(0), … … 117 116 strcpy(pseudopotpath,"not specified"); 118 117 configname[0]='\0'; 119 basis = "3-21G";120 118 }; 121 119 … … 786 784 *output << ")" << endl; 787 785 *output << "basis<GaussianBasisSet>: (" << endl; 788 *output << "\tname = \" " << basis << "\"" << endl;786 *output << "\tname = \"3-21G\"" << endl; 789 787 *output << "\tmolecule = $:molecule" << endl; 790 788 *output << ")" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.