forked from lijiext/lammps
BUG: DumpNCMPIIO is now called DumpNetCDFMPIIO
This commit is contained in:
parent
99ef36f440
commit
36c8b26fef
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue