aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh')
-rw-r--r--Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh10
1 files changed, 8 insertions, 2 deletions
diff --git a/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh b/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
index 0e5f48746..b939404ea 100644
--- a/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
+++ b/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
@@ -189,8 +189,14 @@ namespace CarpetIOHDF5 {
extern vector<bool> do_truncate; // [var]
extern vector<vector<vector<int> > > last_output; // [ml][rl][var]
- int WriteVar (const cGH* const cctkGH, const hid_t writer, const ioRequest* request,
- const int called_from_checkpoint);
+ int WriteVarChunked (const cGH* const cctkGH,
+ const hid_t writer,
+ const ioRequest* request,
+ const int called_from_checkpoint);
+ int WriteVarUnChunked (const cGH* const cctkGH,
+ const hid_t writer,
+ const ioRequest* request,
+ const int called_from_checkpoint);
int InputGH (const cGH* const cctkGH);
int ReadVar (const cGH* const cctkGH, const int vindex,