Skip to content
Snippets Groups Projects
Commit ccd47b73 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[2pminc]

removed wrong float comparison for int variable
added input file links

reviewed by timok



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15538 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 689e38e0
No related branches found
No related tags found
1 merge request!31Feature/colebrookwhiteboundarylayer
......@@ -231,8 +231,8 @@ public:
int,
Grid,
NumberOfCellsY);
assert(Dune::FloatCmp::neq(res_[0],0.0));
assert(Dune::FloatCmp::neq(res_[1],0.0));
assert(res_[0] > 0);
assert(res_[1] > 0);
this->model().calculateMincGeometricParameters(res_, this->bBoxMin(), this->bBoxMax());
this->getMincProblemParameters(gridView, res_);
......
add_input_file_links()
add_dumux_test(test_box2pmincvol test_box2pminc test_box2pminc.cc
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
......
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