hydrobricks
Loading...
Searching...
No Matches
BehaviourSnowRedistribution.h
1
#ifndef HYDROBRICKS_BEHAVIOUR_SNOW_REDISTRIBUTION_H
2
#define HYDROBRICKS_BEHAVIOUR_SNOW_REDISTRIBUTION_H
3
4
#include "Behaviour.h"
5
#include "Includes.h"
6
7
class
BehaviourSnowRedistribution
:
public
Behaviour
{
8
public
:
9
BehaviourSnowRedistribution
();
10
11
~BehaviourSnowRedistribution
()
override
=
default
;
12
13
bool
Apply(
double
date)
override
;
14
15
protected
:
16
private
:
17
};
18
19
#endif
// HYDROBRICKS_BEHAVIOUR_SNOW_REDISTRIBUTION_H
BehaviourSnowRedistribution
Definition
BehaviourSnowRedistribution.h:7
Behaviour
Definition
Behaviour.h:7
src
behaviours
BehaviourSnowRedistribution.h
Generated by
1.12.0