aboutsummaryrefslogtreecommitdiff
path: root/Dummy.com
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-08-03 14:41:53 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-08-03 14:41:53 -0400
commitaf8fa097905186e0d8ba257e4d70d63fe8901264 (patch)
tree647de7ddd01c750e9a80849b3cf79efddf32d4b2 /Dummy.com
downloadmoog-af8fa097905186e0d8ba257e4d70d63fe8901264.tar.gz
Initial commit
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
+