aboutsummaryrefslogtreecommitdiffstats
path: root/app/jwg.f
diff options
context:
space:
mode:
Diffstat (limited to 'app/jwg.f')
-rw-r--r--app/jwg.f22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/jwg.f b/app/jwg.f
new file mode 100644
index 0000000..03fabb7
--- /dev/null
+++ b/app/jwg.f
@@ -0,0 +1,22 @@
+C
+C jwg.f
+C
+C Copyright (c) 2009 James McKenzie <20@madingley.org>,
+C All rights reserved.
+C
+ subroutine RCSJWGF
+ character*100 rcsid
+ data rcsid/
+ + "$Id$"
+ + /
+ end subroutine
+C
+C $Log$
+C Revision 1.1 2009/02/08 19:02:42 root
+C *** empty log message ***
+C
+C
+
+ PROGRAM jwg
+
+ END