File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,7 @@ class NullForcingProvider : public data_access::GenericDataProvider
34
34
end_date_time_epoch (forcing_config.simulation_end_t ),
35
35
current_date_time_epoch(forcing_config.simulation_start_t ),
36
36
forcing_vector_index(-1 )
37
- {
38
- set_available_forcings ();
39
- }
37
+ {}
40
38
41
39
// BEGIN DataProvider interface methods
42
40
@@ -127,15 +125,6 @@ class NullForcingProvider : public data_access::GenericDataProvider
127
125
128
126
private:
129
127
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
-
139
128
std::vector<std::string> available_forcings;
140
129
141
130
int forcing_vector_index;
You can’t perform that action at this time.
0 commit comments