Skip to content
Snippets Groups Projects
Commit ff40d699 authored by Christian Engwer's avatar Christian Engwer
Browse files

#include <config.h>

missing in test app

[[Imported from SVN: r1207]]
parent af1847d2
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#include <config.h>
/*
Instantiate Albert-Grid and feed it to the generic gridcheck()
......
......@@ -2,6 +2,8 @@
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#include <config.h>
#include <iostream>
#include <dune/grid/onedgrid.hh>
......
......@@ -2,6 +2,8 @@
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#include <config.h>
#include <iostream>
#include <dune/grid/sgrid.hh>
......
......@@ -2,6 +2,8 @@
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#include <config.h>
/*
Instantiate UG-Grid and feed it to the generic gridcheck()
......
......@@ -2,6 +2,8 @@
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#include <config.h>
#include <iostream>
#include <dune/grid/yaspgrid.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