setAlpha is now setLambda (Brooks-Corey)

This commit is contained in:
Holger Class 2011-03-31 12:01:29 +00:00 committed by Andreas Lauser
parent bc9c545076
commit affe5efc6f

View File

@ -103,7 +103,7 @@ public:
materialLawParams_.setPe(500);
// Brooks-Corey shape parameters
materialLawParams_.setAlpha(2);
materialLawParams_.setLambda(2);
}
private: