git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11289 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -34,9 +34,10 @@ class RestartMPIIO {
|
||||
|
||||
RestartMPIIO(class LAMMPS *) {mpiio_exists = 0;}
|
||||
~RestartMPIIO() {}
|
||||
void open() {}
|
||||
void write() {}
|
||||
void read() {}
|
||||
void openForRead(char *) {}
|
||||
void openForWrite(char *) {}
|
||||
void write(MPI_Offset,int,double *) {}
|
||||
void read(MPI_Offset,long,double *) {}
|
||||
void close() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user