SootLib
Loading...
Searching...
No Matches
growthModel_LL.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;
25
27
29 ~growthModel_LL() override = default;
30
31};
32} // namespace soot
double getGrowthSootRate(const state &state) const override
~growthModel_LL() override=default
Definition: sootDefs.h:11