Home
last modified time | relevance | path

Searched refs:NewSCFType (Results 1 – 2 of 2) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.cpp230 GAMESS_SCFType ControlGroup::SetSCFType(GAMESS_SCFType NewSCFType) { in SetSCFType() argument
231 if ((NewSCFType >= GAMESSDefaultSCFType)||(NewSCFType<NumGAMESSSCFTypes)) in SetSCFType()
232 SCFType = NewSCFType; in SetSCFType()
H A DInputData.h218 GAMESS_SCFType SetSCFType(GAMESS_SCFType NewSCFType);