Skip to content

Commit

Permalink
Change DQNAN to IQNAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-yijun committed Feb 16, 2024
1 parent ed4445a commit 5b94714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/world_builder/world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ namespace WorldBuilder

prm.declare_entry("features", Types::PluginSystem("",Features::Interface::declare_entries, {"model"}),"A list of features.");

prm.declare_entry("random number seed", Types::UnsignedInt(NaN::DQNAN),
prm.declare_entry("random number seed", Types::UnsignedInt(NaN::IQNAN),
"Use random number seed = 1 to generate random numbers.");

}
Expand Down

0 comments on commit 5b94714

Please sign in to comment.