Skip to content

Instantly share code, notes, and snippets.

@dpo
Created February 28, 2014 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpo/9264311 to your computer and use it in GitHub Desktop.
Save dpo/9264311 to your computer and use it in GitHub Desktop.
diff --git a/complex16/second.F b/complex16/second.F
index 77fb342..cf0acbd 100644
--- a/complex16/second.F
+++ b/complex16/second.F
@@ -23,10 +23,10 @@
#ifdef _AIX
REAL ETIME_
- EXTERNAL ETIME_
+C EXTERNAL ETIME_
#else
REAL ETIME
- EXTERNAL ETIME
+C EXTERNAL ETIME
#endif
* ..
diff --git a/complex8/second.F b/complex8/second.F
index 77fb342..cf0acbd 100644
--- a/complex8/second.F
+++ b/complex8/second.F
@@ -23,10 +23,10 @@
#ifdef _AIX
REAL ETIME_
- EXTERNAL ETIME_
+C EXTERNAL ETIME_
#else
REAL ETIME
- EXTERNAL ETIME
+C EXTERNAL ETIME
#endif
* ..
diff --git a/double/second.F b/double/second.F
index 77fb342..cf0acbd 100644
--- a/double/second.F
+++ b/double/second.F
@@ -23,10 +23,10 @@
#ifdef _AIX
REAL ETIME_
- EXTERNAL ETIME_
+C EXTERNAL ETIME_
#else
REAL ETIME
- EXTERNAL ETIME
+C EXTERNAL ETIME
#endif
* ..
diff --git a/single/second.F b/single/second.F
index 77fb342..cf0acbd 100644
--- a/single/second.F
+++ b/single/second.F
@@ -23,10 +23,10 @@
#ifdef _AIX
REAL ETIME_
- EXTERNAL ETIME_
+C EXTERNAL ETIME_
#else
REAL ETIME
- EXTERNAL ETIME
+C EXTERNAL ETIME
#endif
* ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment