Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / disembl / Tisean_3.0.1 / source_f / istdio_temp.f
diff --git a/website/archive/binaries/mac/src/disembl/Tisean_3.0.1/source_f/istdio_temp.f b/website/archive/binaries/mac/src/disembl/Tisean_3.0.1/source_f/istdio_temp.f
deleted file mode 100644 (file)
index fd11d44..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-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=ERRUNIT
-      end
-
-      function istdin()
-      istdin=5
-      end
-
-      function istdout()
-      istdout=6
-      end
-
-      function ifilein()
-      ifilein=10
-      end
-
-      function ifileout()
-      ifileout=11
-      end
-