get rid of BIGINT_FORMAT and use std::string.replace() to expand time step in data and restart file names
This commit is contained in:
@ -28,7 +28,7 @@ class WriteData : protected Pointers {
|
||||
public:
|
||||
WriteData(class LAMMPS *);
|
||||
void command(int, char **);
|
||||
void write(char *);
|
||||
void write(const char *);
|
||||
|
||||
private:
|
||||
int me,nprocs;
|
||||
|
||||
Reference in New Issue
Block a user