mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
derf() obsoleted by erf() in fortran 2008
This commit is contained in:
parent
741ef14e81
commit
45ab1cb48e
1 changed files with 1 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ c
|
|||
util_erf = f
|
||||
#else
|
||||
double precision x
|
||||
double precision derf
|
||||
util_erf=derf(x)
|
||||
util_erf=erf(x)
|
||||
#endif
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue