From d2552f96b45a95001e024a05923373344e851f1a Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Mon, 27 Jun 2005 14:17:00 +0000 Subject: CarpetIOStreamedHDF5: new thorn which provides streamed HDF5 data output darcs-hash:20050627141701-776a0-cba926db30167a725a6dad6b584a31fa5476b5e0.gz --- Carpet/CarpetIOStreamedHDF5/interface.ccl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Carpet/CarpetIOStreamedHDF5/interface.ccl (limited to 'Carpet/CarpetIOStreamedHDF5/interface.ccl') diff --git a/Carpet/CarpetIOStreamedHDF5/interface.ccl b/Carpet/CarpetIOStreamedHDF5/interface.ccl new file mode 100644 index 000000000..34c52f458 --- /dev/null +++ b/Carpet/CarpetIOStreamedHDF5/interface.ccl @@ -0,0 +1,12 @@ +# Interface definition for thorn CarpetIOStreamedHDF5 + +implements: IOStreamedHDF5 +inherits: IO + +uses include header: SocketUtils.h +uses include header: CarpetIOHDF5.hh + +private: +INT next_output_iteration TYPE = SCALAR +REAL next_output_time TYPE = SCALAR +INT this_iteration TYPE = SCALAR -- cgit v1.2.3