Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/MGPT/
H A Dmgpt_readpot.h190 spline maketempspline(int n,potdata data[],double *ptr) { in maketempspline() function
295 tdeppot.va = maketempspline(ntemp,potlist,&(potlist[0].va)); in readpot2()
296 tdeppot.vb = maketempspline(ntemp,potlist,&(potlist[0].vb)); in readpot2()
297 tdeppot.vc = maketempspline(ntemp,potlist,&(potlist[0].vc)); in readpot2()
298 tdeppot.vd = maketempspline(ntemp,potlist,&(potlist[0].vd)); in readpot2()
299 tdeppot.ve = maketempspline(ntemp,potlist,&(potlist[0].ve)); in readpot2()
301 tdeppot.p1 = maketempspline(ntemp,potlist,&(potlist[0].p1)); in readpot2()
302 tdeppot.al = maketempspline(ntemp,potlist,&(potlist[0].al)); in readpot2()
303 tdeppot.rp = maketempspline(ntemp,potlist,&(potlist[0].rp)); in readpot2()
304 tdeppot.r00 = maketempspline(ntemp,potlist,&(potlist[0].r00)); in readpot2()
[all …]