netxsimdg
Loading...
Searching...
No Matches
NZLevels.cpp
Go to the documentation of this file.
1
9
10namespace Nextsim {
11
12size_t NZLevels::nZLevels;
13
14void NZLevels::set(size_t n) { nZLevels = n; }
15
16size_t NZLevels::get() { return nZLevels; }
17
18} /* namespace Nextsim */