Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dpdbplugin.c526 #define PDBBAD(x) ((x) < -999.9994f || (x) > 9999.9994f) in write_timestep() macro
527 if (PDBBAD(pos[0]) || PDBBAD(pos[1]) || PDBBAD(pos[2]) || in write_timestep()
528 PDBBAD(atom->occupancy) || PDBBAD(atom->bfactor)) { in write_timestep()
/dports/science/plumed/plumed2-2.7.2/src/molfile/
H A Dpdbplugin.cpp561 #define PDBBAD(x) ((x) < -999.9994f || (x) > 9999.9994f) in write_timestep() macro
562 if (PDBBAD(pos[0]) || PDBBAD(pos[1]) || PDBBAD(pos[2]) || in write_timestep()
563 PDBBAD(atom->occupancy) || PDBBAD(atom->bfactor)) { in write_timestep()