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