Skip to content
Snippets Groups Projects
Commit db16e5b5 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[ex3_b] throw instead of returning random value

parent 65523745
No related branches found
No related tags found
1 merge request!4Feature/improve fluidsystem ex
...@@ -228,7 +228,7 @@ public: ...@@ -228,7 +228,7 @@ public:
/*! /*!
* TODO: implement the composition-dependent water density from the exercise sheet. * TODO: implement the composition-dependent water density from the exercise sheet.
*/ */
return /*???*/1000.0; DUNE_THROW(Dune::NotImplemented, "Todo: implement composition-dependent density");
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment