There are many isnan
functions are used in test_mean.f90, test_moment.f90, test_var.f90 and test_varn.f90 files. But isnan
is not a fortran standard. So, NAG fortran compiler (nagfor) fail to build these files. What about using ieee_is_nan
instead of isnan
?