Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/config.cpp

    rad011c r1a6bda  
    6060  FastParsing(false),
    6161  Deltat(0.01),
    62   basis(""),
    6362  databasepath(NULL),
    6463  DoConstrainedMD(0),
     
    117116  strcpy(pseudopotpath,"not specified");
    118117  configname[0]='\0';
    119   basis = "3-21G";
    120118};
    121119
     
    786784    *output << ")" << endl;
    787785    *output << "basis<GaussianBasisSet>: (" << endl;
    788     *output << "\tname = \"" << basis << "\"" << endl;
     786    *output << "\tname = \"3-21G\"" << endl;
    789787    *output << "\tmolecule = $:molecule" << endl;
    790788    *output << ")" << endl;
Note: See TracChangeset for help on using the changeset viewer.