Commit 36c8b26f authored by Lars Pastewka's avatar Lars Pastewka
Browse files

BUG: DumpNCMPIIO is now called DumpNetCDFMPIIO

parent 99ef36f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {