Skip to content
Snippets Groups Projects
Commit df759c7f authored by Samuel Kemmler's avatar Samuel Kemmler
Browse files

Fix test

parent 653950bf
No related merge requests found
......@@ -237,7 +237,8 @@ int main(int argc, char** argv)
const real_t diameter_SI = real_t(7.5e-3);
const real_t densitySphere_SI = real_t(1120);
real_t densityFluid_SI, dynamicViscosityFluid_SI;
real_t densityFluid_SI;
real_t dynamicViscosityFluid_SI;
real_t expectedSettlingVelocity_SI;
// Re_p around 1.5
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment