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