[Dune] [Dune-Commit] dune-grid r8022 - trunk/dune/grid/io/file/test

Oliver Sander sander at mi.fu-berlin.de
Wed May 2 19:07:52 CEST 2012


Hmm, this should really work without psurface, but that combination
is hardly ever tested.
--
Oliver

Am 02.05.2012 17:41, schrieb graeser at dune-project.org:
> Author: graeser
> Date: 2012-05-02 17:41:38 +0200 (Wed, 02 May 2012)
> New Revision: 8022
>
> Modified:
>     trunk/dune/grid/io/file/test/Makefile.am
> Log:
> Only compile amirameshtest if we have psurface.
>
> I accidentally commited the wrong file in previous patch.
>
>
> Modified: trunk/dune/grid/io/file/test/Makefile.am
> ===================================================================
> --- trunk/dune/grid/io/file/test/Makefile.am	2012-05-02 15:35:41 UTC (rev 8021)
> +++ trunk/dune/grid/io/file/test/Makefile.am	2012-05-02 15:41:38 UTC (rev 8022)
> @@ -8,10 +8,10 @@
>
>   # run amiramesh test only if amiramesh was found
>   if AMIRAMESH
> -# if PSURFACE
> +if PSURFACE
>   ALLTESTS += amirameshtest
> -# endif
>   endif
> +endif
>
>   if ALBERTA
>   ALLTESTS += gmshtest-alberta2d
>
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit




More information about the Dune mailing list