Home
last modified time | relevance | path

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

/dports/science/ergo/ergo-3.8/source/standalone/
H A Dconvert_basis_set_file.cc222 int nAtomTypes = 0; in main() local
226 nAtomTypes++; in main()
228 printf("nAtomTypes = %d\n", nAtomTypes); in main()
229 assert(nAtomTypes >= 1); in main()
231 std::vector<std::string> linesToInsert(nAtomTypes); in main()
272 assert(linesToInsertCount == nAtomTypes); in main()
274 int nLinesFinal = nLines + nAtomTypes; in main()
294 if(atomTypeCounter == nAtomTypes) { in main()