Skip to content

Commit e557654

Browse files
committed
Remove presetting available forcings
1 parent 24bb61b commit e557654

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

include/forcing/NullForcingProvider.hpp

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ class NullForcingProvider : public data_access::GenericDataProvider
3434
end_date_time_epoch(forcing_config.simulation_end_t),
3535
current_date_time_epoch(forcing_config.simulation_start_t),
3636
forcing_vector_index(-1)
37-
{
38-
set_available_forcings();
39-
}
37+
{}
4038

4139
// BEGIN DataProvider interface methods
4240

@@ -127,15 +125,6 @@ class NullForcingProvider : public data_access::GenericDataProvider
127125

128126
private:
129127

130-
131-
/**
132-
* @brief set_available_forcings so that Formulation_Manager has a non-empty variable name to access simulation time
133-
*/
134-
void set_available_forcings()
135-
{
136-
available_forcings.push_back("dummy");
137-
}
138-
139128
std::vector<std::string> available_forcings;
140129

141130
int forcing_vector_index;

0 commit comments

Comments
 (0)