[Dune-devel] [Dune-Commit] [Commit] dune-grid - 6f5f178: [vtktest][fs1539] Check that the generated files can be read by python vtk.

Carsten Gräser graeser at mi.fu-berlin.de
Fri Mar 13 23:04:37 CET 2015


Hi Jö,
unfortunately you forgot to also add the new header checkvtkfile.hh
that you started using with this commit.

Best,
Carsten

Am 13.03.2015 um 21:58 schrieb Jö Fahlke:
> New commit, appeared at Fri Mar 13 21:58:50 2015 +0100
> as part of the following ref changes:
> 
>     branch refs/heads/master    updated from 49c5cd3 -> b301aa7
> 
> Browsable version: http://cgit.dune-project.org/repositories/dune-grid/commit/?id=6f5f178fd3ad554e30cdb8a3824e06f6f53ce5a3
> 
> ======================================================================
> 
> commit 6f5f178fd3ad554e30cdb8a3824e06f6f53ce5a3
> Author: Jö Fahlke <jorrit at jorrit.de>
> Date:   Fri Mar 13 18:15:41 2015 +0100
> 
>     [vtktest][fs1539] Check that the generated files can be read by python vtk.
> 
>  dune/grid/io/file/test/Makefile.am |  3 ++
>  dune/grid/io/file/test/vtktest.cc  | 77 ++++++++++++++++++++++++++++----------
>  2 files changed, 60 insertions(+), 20 deletions(-)
> 
> 
> 
> diff --git a/dune/grid/io/file/test/Makefile.am b/dune/grid/io/file/test/Makefile.am
> index 50afded..a81855f 100644
> --- a/dune/grid/io/file/test/Makefile.am
> +++ b/dune/grid/io/file/test/Makefile.am
> @@ -6,6 +6,9 @@ GRIDTYPE=YASPGRID
>  # The directory where the example grid files used for testing are located
>  AM_CPPFLAGS+=-DDUNE_GRID_EXAMPLE_GRIDS_PATH=\"$(top_srcdir)/doc/grids/\"
>  
> +noinst_HEADERS =				\
> +	checkvtkfile.hh
> +
>  # run amiramesh test only if amiramesh was found
>  if AMIRAMESH
>  if PSURFACE
> diff --git a/dune/grid/io/file/test/vtktest.cc b/dune/grid/io/file/test/vtktest.cc
> index 60a83fe..8aa5edb 100644
> --- a/dune/grid/io/file/test/vtktest.cc
> +++ b/dune/grid/io/file/test/vtktest.cc
> @@ -8,6 +8,7 @@
>  #include <algorithm>
>  #include <iostream>
>  #include <ostream>
> +#include <string>
>  #include <vector>
>  
>  #include <unistd.h>
> @@ -15,6 +16,7 @@
>  #include <dune/common/fvector.hh>
>  #include <dune/common/parallel/mpihelper.hh>
>  
> +#include <dune/grid/io/file/test/checkvtkfile.hh>
                                    ^^^^^^^^^^^^^^^




More information about the Dune-devel mailing list