Skip to content
Snippets Groups Projects
Commit 19c8a5c9 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Include config.h

parent a79529ae
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,11 @@
/* */
/*--------------------------------------------------------------------------*/
#include "alberta.h"
#ifdef HAVE_CONFIG_H
# include "config.h" /* probably a good idea to pull this one in here ... */
#endif
#include "alberta.h"
/****************************************************************************/
/* Some trivial 0d stuff. */
......
......@@ -36,6 +36,10 @@
/* */
/*--------------------------------------------------------------------------*/
#ifdef HAVE_CONFIG_H
# include "config.h" /* probably a good idea to pull this one in here ... */
#endif
#include "alberta.h"
/****************************************************************************/
......
......@@ -36,6 +36,10 @@
/* */
/*--------------------------------------------------------------------------*/
#ifdef HAVE_CONFIG_H
# include "config.h" /* probably a good idea to pull this one in here ... */
#endif
#include "alberta.h"
/*--------------------------------------------------------------------------*/
......
......@@ -36,6 +36,10 @@
/* */
/*--------------------------------------------------------------------------*/
#ifdef HAVE_CONFIG_H
# include "config.h" /* probably a good idea to pull this one in here ... */
#endif
#include "alberta.h"
#define MESH_DIM 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment