Dear DuMuX experts,
I have rebuilt dumux after the course last week and got the following error
while compiling the exercises from dumux-course, e.g.:
/home/andrian/dumux/dumux-course/exercises/exercise-basic/exercise_basic_2p.cc:
In function 'int main(int, char**)':
/home/andrian/dumux/dumux-course/exercises/exercise-basic/exercise_basic_2p.cc:111:28:
error: wrong number of template arguments (1, should be 2)
VtkOutputModule<TypeTag> vtkWriter(*problem, *fvGridGeometry,
*gridVariables, x, problem->name());
The tests in dumux/dumux/test/porousmediumflow compile normally, because there
the definition of vtk module is VtkOutputModule<GridVariables, SolutionVector>.
Is something missing for the proper compilation of vtk module defined as
VtkOutputModule<TypeTag> in dumux-course examples?
Many thanks,
Nikolai
_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux