Dear Nikolai, as we are in between a major version change (from 2.12 to 3.0) there might be backward incompatible changes on the master branch without deprecation period. After the 3.0 release we will go back to being always backward compatible with at least the last minor version. So 3.1 will be backward compatible with 3.0 which gives you time to update your code and deprecation messages that tell you what to do.
We created the tag dumux-course-2018 in the dumux repository which marks the state that the dumux course is compatible with. We wanted to teach people the newest version as there have been quite a lot of changes to 2.12, although 3.0 is not released yet (expected around end of October). As Kilian said you can checkout the version compatible with the course material by git checkout dumux-course-2018. Hope this explains the background of this inconvenience. Best wishes, Timo Viele Grüße, Timo > Am 26.07.2018 um 00:31 schrieb Nikolai Andrianov <[email protected]>: > > 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
_______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
