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 3, 2024
1 parent 71a8e58 commit d509f17
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 @@ -202,10 +202,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 @@ -214,6 +210,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 d509f17

Please sign in to comment.