Skip to content

Commit cedfb17

Browse files
committed
minor changes
1 parent 7375cc4 commit cedfb17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/world_builder/topography/uniform.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ namespace WorldBuilder
2828
namespace Topography
2929
{
3030
Uniform::Uniform(WorldBuilder::World *world_)
31+
:
32+
surface_type(reference_surface)
3133
{
3234
this->world = world_;
3335
}
@@ -36,13 +38,13 @@ namespace WorldBuilder
3638
= default;
3739

3840
void
39-
Uniform::declare_entries(Parameters &prm, const std::string & /*unused*/)
41+
Uniform::declare_entries(Parameters &/*prm*/, const std::string & /*unused*/)
4042
{
4143
// Nothing to declare.
4244
}
4345

4446
void
45-
Uniform::parse_entries(Parameters &prm)
47+
Uniform::parse_entries(Parameters &/*prm*/)
4648
{
4749
// Nothing to parse as surface type is set in header.
4850
}

0 commit comments

Comments
 (0)