diff options
author | hop311 <hop3114@gmail.com> | 2024-02-19 21:36:19 +0100 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-02-19 21:56:05 +0100 |
commit | e5a7ddfa0aeb8f62e2b53f111122c1c51c03dabc (patch) | |
tree | d55471ba1dd0a487e14e2ab18a3c4e3e2d0140ad /src/openvic-simulation/testing/test_scripts/A_005_nation_tests.cpp | |
parent | 35e5f7828a41736194362186ad4f946fad5964d1 (diff) |
Fixed point rounding functions and sources cleanup
Diffstat (limited to 'src/openvic-simulation/testing/test_scripts/A_005_nation_tests.cpp')
-rw-r--r-- | src/openvic-simulation/testing/test_scripts/A_005_nation_tests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openvic-simulation/testing/test_scripts/A_005_nation_tests.cpp b/src/openvic-simulation/testing/test_scripts/A_005_nation_tests.cpp index 6f91ac2..bfa8a59 100644 --- a/src/openvic-simulation/testing/test_scripts/A_005_nation_tests.cpp +++ b/src/openvic-simulation/testing/test_scripts/A_005_nation_tests.cpp @@ -5,8 +5,7 @@ namespace OpenVic { class A_005_nation_tests : public TestScript { public: - A_005_nation_tests() { - set_script_name("A_005_nation_tests"); + A_005_nation_tests() : TestScript { "A_005_nation_tests" } { add_requirements(); } |