Dear Dune developers,<br><br>I was working on integration.cc from dune-grid-howto, which has following code:<br><br>typedef GridSelector :: GridType Grid ;<br><br>Now this code will not work on a fresh project created by duneproject, <br>
unless I add the following line to Makefile.am<br><br>foo_CPPFLAGS = $(AM_CPPFLAGS) \<br>    $(DUNEMPICPPFLAGS) \<br>    $(UG_CPPFLAGS) \<br>    $(AMIRAMESH_CPPFLAGS) \<br>    $(ALBERTA_CPPFLAGS) \<br>    $(ALUGRID_CPPFLAGS) \<br>
    $(GRIDDIM_CPPFLAGS)           <------------------------ I have to add this line each time<br>I think it's a good idea to have this line added by default by duneproject.<br>The fix is simle: just paste $(GRIDDIM_CPPFLAGS)  into line 505 of duneproject script.<br>
<br>best regards,<br>Oleh<br>