aboutsummaryrefslogtreecommitdiff
path: root/src/FlexIO.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FlexIO.hh')
-rw-r--r--src/FlexIO.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/FlexIO.hh b/src/FlexIO.hh
index 233188a..aee5237 100644
--- a/src/FlexIO.hh
+++ b/src/FlexIO.hh
@@ -3,6 +3,9 @@
// $Id$
//
// $Log$
+// Revision 1.1.1.1 2000/09/13 13:49:12 tradke
+// Importing latest stuff from development repository
+//
// Revision 1.1 2000/04/28 08:51:16 werner
// Wrapper function for runtime detection of IEEEIO,HDF5,HDF4 format.
// Takes a filename and returns an IObase* object.
@@ -19,7 +22,7 @@
#ifndef __FLEXIO_HPP
#define __FLEXIO_HPP "Created 28.04.2000 10:28:21 by werner"
-#include <IO.hh>
+#include "IO.hh"
IObase* FlexIOopen(const char*filename, IObase::AccessMode = IObase::Read);