Skip to content
Snippets Groups Projects
Commit d6cf38ad authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

bug fix for GRIDTYPE.

[[Imported from SVN: r4682]]
parent 3fda72cc
No related merge requests found
......@@ -32,7 +32,7 @@ if test x$with_grid_dim != x0 ; then
fi
variablegriddimworld="$``(``GRIDDIM``)``"
griddim_cppflags="-DGRIDDIM=$``(``GRIDDIM``)`` -DGRIDTYPE=$``(``GRIDTYPE``)``"
griddim_cppflags="-DGRIDDIM=$``(``GRIDDIM``)`` -D$``(``GRIDTYPE``)``"
AC_SUBST(GRIDDIM, $with_grid_dim)
AC_SUBST(GRIDDIMWORLD, $variablegriddimworld )
AC_SUBST(GRIDTYPE, $with_grid_type )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment