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:
Axel Kohlmeyer
2020-06-04 21:38:00 -04:00
parent ad15385f4c
commit 439eee3b86
3 changed files with 36 additions and 47 deletions

View File

@ -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;