ppap4lmp  0.7.2
sta_dump.cpp
Go to the documentation of this file.
1 
9 #include "sta_dump.h"
10 
11 /* ------------------------------------------------------------------ */
12 
14  const Str &filepath_,
15  const int timestep_)
16 {
17  filepath = filepath_;
18  timestep = timestep_;
19 }
Str filepath
Definition: sta_dump.h:33
This file has a definition of StaDump class, which is a subclass of Starter class.
std::string Str
Str is an alias for string.
Definition: std.h:21
StaDump(const Str &filepath_, const int timestep_)
Constructor of StaDump class.
Definition: sta_dump.cpp:13
int timestep
Definition: sta_dump.h:29