isnan_pgi
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Fri, 29 Sep 2017 17:34:14 +0000 (19:34 +0200)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Fri, 29 Sep 2017 17:34:14 +0000 (19:34 +0200)
source/lib/isnan_pgi.f [new file with mode: 0644]

diff --git a/source/lib/isnan_pgi.f b/source/lib/isnan_pgi.f
new file mode 100644 (file)
index 0000000..19e6816
--- /dev/null
@@ -0,0 +1,7 @@
+        logical function isnan(a)
+        logical isnand
+        double precision a
+        isnan=isnand(a)
+        return
+        end
+        
\ No newline at end of file