BUG: DumpNCMPIIO is now called DumpNetCDFMPIIO

This commit is contained in:
Lars Pastewka 2017-06-07 14:01:36 +02:00
parent 99ef36f440
commit 36c8b26fef
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class DumpNetCDFMPIIO : public DumpCustom {
int var; // NetCDF variable
};
typedef void (DumpNCMPIIO::*funcptr_t)(void *);
typedef void (DumpNetCDFMPIIO::*funcptr_t)(void *);
// per-frame quantities (variables, fixes or computes)
struct nc_perframe_t {