Skip to content
Snippets Groups Projects
Commit 0c1a25fc authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

BUG: fix m_UseClamp wrong type

parent 10c6224b
Branches
Tags
No related merge requests found
......@@ -108,7 +108,7 @@ public:
private:
double m_SolarIllumination;
double m_IlluminationCorrectionCoefficient;
double m_UseClamp;
bool m_UseClamp;
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment