Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DFiles.cpp2234 long ElectronsRemoved = 0, ProtonsRemoved=0, LinePos, atom; in ParseECPotentials() local
2252 sscanf(&(LineText[15]),"%ld", &ElectronsRemoved); in ParseECPotentials()
2304 if (ProtonsRemoved != ElectronsRemoved) { in ParseECPotentials()
2308 return ElectronsRemoved; in ParseECPotentials()