SootLib
Loading...
Searching...
No Matches
growthModel_NONE.h
Go to the documentation of this file.
1#pragma once
2
4#include "state.h"
5
6namespace soot {
7
13
15
17
18private:
19
21
22public:
23
24 double getGrowthSootRate(const state &state) const override { return 0; }
25
27
29 ~growthModel_NONE() override = default;
30
31};
32} // namespace soot
~growthModel_NONE() override=default
double getGrowthSootRate(const state &state) const override
Definition: sootDefs.h:11