From e5a7ddfa0aeb8f62e2b53f111122c1c51c03dabc Mon Sep 17 00:00:00 2001 From: hop311 Date: Mon, 19 Feb 2024 20:36:19 +0000 Subject: Fixed point rounding functions and sources cleanup --- src/openvic-simulation/testing/TestScript.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openvic-simulation/testing/TestScript.cpp') diff --git a/src/openvic-simulation/testing/TestScript.cpp b/src/openvic-simulation/testing/TestScript.cpp index ab0bfb9..13858fb 100644 --- a/src/openvic-simulation/testing/TestScript.cpp +++ b/src/openvic-simulation/testing/TestScript.cpp @@ -2,6 +2,8 @@ using namespace OpenVic; +TestScript::TestScript(std::string_view new_script_name) : script_name { new_script_name } {} + // Getters std::vector TestScript::get_requirements() { return requirements; -- cgit v1.2.3-56-ga3b1