Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.h594 bool PolMethodIsDefault(void) const {return ((flags & 2)?false:true);}; in PolMethodIsDefault() function
595 void PolMethodIsDefault(bool v) {flags = (flags & 0xFD) + (v ? 2 : 0);}; in PolMethodIsDefault() function
597 …_PolMethods v) {flags = (flags & 0xFB) + ((v==SCF_PolMethod) ? 4 : 0); PolMethodIsDefault(false);}; in PolMethod()
H A DInputData.cpp3704 if (UseInternalCoordinates() || !PolMethodIsDefault() || !PositionIsDefault() || in WriteXML()
3710 if (!PolMethodIsDefault()) in WriteXML()