Home
last modified time | relevance | path

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

/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DSwitchingFunction.cpp213 bool dontstretch=false; in set() local
214 Tools::parseFlag(data,"NOSTRETCH",dontstretch); // this is ignored now in set()
215 if(dontstretch) dostretch=false; in set()