Skip to content
Snippets Groups Projects
Commit 36c8b26f authored by Lars Pastewka's avatar Lars Pastewka
Browse files

BUG: DumpNCMPIIO is now called DumpNetCDFMPIIO

parent 99ef36f4
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ class DumpNetCDFMPIIO : public DumpCustom { ...@@ -66,7 +66,7 @@ class DumpNetCDFMPIIO : public DumpCustom {
int var; // NetCDF variable int var; // NetCDF variable
}; };
typedef void (DumpNCMPIIO::*funcptr_t)(void *); typedef void (DumpNetCDFMPIIO::*funcptr_t)(void *);
// per-frame quantities (variables, fixes or computes) // per-frame quantities (variables, fixes or computes)
struct nc_perframe_t { struct nc_perframe_t {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment