Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/SMTBQ/
H A Dpair_smtbq.h50 double abuck, rhobuck, neig_cut, aOO, bOO, r1OO, r2OO; member
H A Dpair_smtbq.cpp578 intparams[m].abuck = atof(words[1]) ; intparams[m].rhobuck = atof(words[2]) ; in read_file()
579 if (verbose) printf (" %s %f %f\n",words[0],intparams[m].abuck,intparams[m].rhobuck); in read_file()
591 intparams[m].abuck = atof(words[1]) ; intparams[m].rhobuck = atof(words[2]) ; in read_file()
592 if (verbose) printf (" %s %f %f\n",words[0],intparams[m].abuck,intparams[m].rhobuck); in read_file()
1775 double rho = intparam->rhobuck ; in rep_OO()