discrete fracture test: do not set the end time

I was lost in testing, so the reference solution was produced without
the --end-time=1000 argument...
This commit is contained in:
Andreas Lauser 2013-11-22 18:24:38 +01:00
parent 531d287eda
commit d8fafe9541

View File

@ -81,7 +81,7 @@ class FingerGridCreator
enum { dim = FINGER_DIM }; enum { dim = FINGER_DIM };
public: public:
typedef Dune::ALUGrid<LENS_DIM, LENS_DIM, Dune::cube, Dune::nonconforming> Grid; typedef Dune::ALUGrid<dim, dim, Dune::cube, Dune::nonconforming> Grid;
/*! /*!
* \brief Register all run-time parameters for the grid creator. * \brief Register all run-time parameters for the grid creator.