Skip to content
Snippets Groups Projects
Commit e3ea3bb4 authored by Oliver Sander's avatar Oliver Sander
Browse files

language

[[Imported from SVN: r5248]]
parent d7dd088b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ AC_DEFUN([DUNE_GRID_DIMENSION],[
AC_ARG_WITH(grid_type,
AC_HELP_STRING([--with-grid-type= ALBERTAGRID | ALUGRID_CUBE | ALUGRID_SIMPLEX | ALUGRID_CONFORM | ONEDGRID | SGRID | UGGRID | YASPGRID],
[only enabled if grid-dim deliverd, sets type of grid (default=YASPGRID)]),, with_grid_type=YASPGRID)
[only enabled if grid-dim is given, sets type of grid (default=YASPGRID)]),, with_grid_type=YASPGRID)
if test x$with_grid_dim != x0 ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment