1#ifndef HYDROBRICKS_FORCING_H
2#define HYDROBRICKS_FORCING_H
5#include "TimeSeriesData.h"
9 explicit Forcing(VariableType type);
double GetValue()
Definition Forcing.cpp:12
VariableType GetType()
Definition Forcing.h:25
void AttachTimeSeriesData(TimeSeriesData *timeSeriesData)
Definition Forcing.cpp:7
Definition TimeSeriesData.h:6