Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    • Property mode changed from 100644 to 100755
    rf89a9e rf23d7d  
    2323  configpath[0]='\0';
    2424  configname[0]='\0';
     25  basis="3-21G";
    2526 
    2627  FastParsing = false;
     
    11311132  *output << ")" << endl;
    11321133  *output << "basis<GaussianBasisSet>: (" << endl;
    1133   *output << "\tname = \"3-21G\"" << endl;
     1134  *output << "\tname = \"" << basis << "\"" << endl;
    11341135  *output << "\tmolecule = $:molecule" << endl;
    11351136  *output << ")" << endl;
Note: See TracChangeset for help on using the changeset viewer.