Skip to content
Snippets Groups Projects
Commit 83f842be authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[cmake] fix HAVE_GRIDTYPE warning

parent 994bc725
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
#include "../dune-gdt/config.h"
#if !HAVE_GRIDTYPE
#if !defined GRIDDIM
#ifndef HAVE_GRIDTYPE
#ifndef GRIDDIM
#define GRIDDIM 2
#endif
#include <dune/grid/sgrid.hh>
......
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