Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.h893 enum DFTFunctionalsGridFree { enum
958 static const char * GetDFTGridFreeFuncText(DFTFunctionalsGridFree d);
H A DInputData.cpp3424 const char * DFTGroup::GetDFTGridFreeFuncText(DFTFunctionalsGridFree type) { in GetDFTGridFreeFuncText()
3480 return GetDFTGridFreeFuncText((DFTFunctionalsGridFree) temp); in GetFunctionalText()
3494 if (!strcasecmp(DFT_Type, GetDFTGridFreeFuncText((DFTFunctionalsGridFree) i))) { in SetFunctional()
3495 SetFunctional((DFTFunctionalsGridFree) i); in SetFunctional()