JWS-117 Compiled all tools with ./compilebin.sh and some were missing related files.
[jabaws.git] / binaries / src / disembl / Tisean_3.0.1 / source_f / istdio.f
diff --git a/binaries/src/disembl/Tisean_3.0.1/source_f/istdio.f b/binaries/src/disembl/Tisean_3.0.1/source_f/istdio.f
new file mode 100644 (file)
index 0000000..31b26c9
--- /dev/null
@@ -0,0 +1,44 @@
+c===========================================================================
+c
+c   This file is part of TISEAN
+c 
+c   Copyright (c) 1998-2007 Rainer Hegger, Holger Kantz, Thomas Schreiber
+c 
+c   TISEAN is free software; you can redistribute it and/or modify
+c   it under the terms of the GNU General Public License as published by
+c   the Free Software Foundation; either version 2 of the License, or
+c   (at your option) any later version.
+c
+c   TISEAN is distributed in the hope that it will be useful,
+c   but WITHOUT ANY WARRANTY; without even the implied warranty of
+c   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+c   GNU General Public License for more details.
+c
+c   You should have received a copy of the GNU General Public License
+c   along with TISEAN; if not, write to the Free Software
+c   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+c
+c===========================================================================
+c   istdio_temp.f
+c   standard input-output unit assignments for TISEAN f-sources
+c
+      function istderr()
+      istderr=0
+      end
+
+      function istdin()
+      istdin=5
+      end
+
+      function istdout()
+      istdout=6
+      end
+
+      function ifilein()
+      ifilein=10
+      end
+
+      function ifileout()
+      ifileout=11
+      end
+