Skip to content

Commit

Permalink
refactor(ForcingsEngineDataProvider): move time and init members into…
Browse files Browse the repository at this point in the history
… protected scope
  • Loading branch information
program-- committed Jul 24, 2024
1 parent c53584a commit 359fc6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/forcing/ForcingsEngineDataProvider.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ struct ForcingsEngineDataProvider
//! Output variable names
std::vector<std::string> var_output_names_{};

private:
//! Initialization config file path
std::string init_;

//! Calendar time for simulation beginning
clock_type::time_point time_begin_{};

Expand All @@ -212,6 +208,9 @@ struct ForcingsEngineDataProvider

//! Duration of a single simulation tick
clock_type::duration time_step_{};

//! Initialization config file path
std::string init_;
};

} // namespace data_access
Expand Down

0 comments on commit 359fc6a

Please sign in to comment.