Skip to content
Snippets Groups Projects
Commit 51cc8f89 authored by Michael Sinsbeck's avatar Michael Sinsbeck
Browse files

fixed small bug

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5845 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 8cc9e6b9
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,8 @@ public:
//Initialization of ISP Parameters
{
using namespace std;
double viscosity, density;
double viscosity=0.001;
double density=1000;
std::cout << std::endl
<< "-----> ISP: Interface Soil Properties Initialization ...\n";
......
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