From 45ab1cb48e5e67fdf689b67c159c2b37d033d170 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 13 Oct 2023 15:40:40 -0700 Subject: [PATCH] derf() obsoleted by erf() in fortran 2008 --- src/util/util_erf.F | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/util/util_erf.F b/src/util/util_erf.F index 52a6747fcb..210d00b808 100644 --- a/src/util/util_erf.F +++ b/src/util/util_erf.F @@ -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