aboutsummaryrefslogtreecommitdiff
path: root/Dummy.com
diff options
context:
space:
mode:
Diffstat (limited to 'Dummy.com')
-rwxr-xr-xDummy.com11
1 files changed, 11 insertions, 0 deletions
diff --git a/Dummy.com b/Dummy.com
new file mode 100755
index 0000000..4a0726e
--- /dev/null
+++ b/Dummy.com
@@ -0,0 +1,11 @@
+
+c******************************************************************************
+c this simply is a "scratch" common block that holds arrays
+c that are temporary and will be "recycled" for different
+c internal calculation purposes.
+c******************************************************************************
+
+ real*8 dummy1(100), dummy2(100), dummy3(5000), dummy4(5000)
+
+ common/dummy/dummy1, dummy2, dummy3, dummy4
+