Skip to content
Snippets Groups Projects
Commit 7488e8e8 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Propererer include guards

parent a64d71d7
No related branches found
No related tags found
No related merge requests found
/* -*- mode:c++; mode:semantic -*- */
#ifndef GLOBAL_NONLINEARITY_HH
#define GLOBAL_NONLINEARITY_HH
#ifndef DUNE_TECTONIC_GLOBAL_NONLINEARITY_HH
#define DUNE_TECTONIC_GLOBAL_NONLINEARITY_HH
//#include <dune/common/bitsetvector.hh>
#include <dune/common/fvector.hh>
......
/* -*- mode:c++; mode:semantic -*- */
#ifndef LOCAL_NONLINEARITY_HH
#define LOCAL_NONLINEARITY_HH
#ifndef DUNE_TECTONIC_LOCAL_NONLINEARITY_HH
#define DUNE_TECTONIC_LOCAL_NONLINEARITY_HH
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.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