netxsimdg
Loading...
Searching...
No Matches
ModelMetadata.cpp
Go to the documentation of this file.
1
9
11
12namespace Nextsim {
13
14const std::string& ModelMetadata::structureName() const
15{
16 return Module::getImplementation<IStructure>().structureType();
17}
18
19} /* namespace Nextsim */
const std::string & structureName() const
Returns the string description of the model grid structure.