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

Rename: mynonlinearity.cc -> mynonlinearity.hh

parent 5b7d2836
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ noinst_PROGRAMS = \
test_gradient_method_SOURCES = \
test-gradient-method.cc \
mynonlinearity.cc \
mynonlinearity.hh \
finitescalarincreasingconvexfunction.hh \
samplefunctional.hh
......
/* -*- mode:c++; mode:semantic -*- */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifndef MYNONLINEARITY_HH
#define MYNONLINEARITY_HH
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
......@@ -53,3 +52,4 @@ class MyNonlinearity {
OuterFunction func_;
};
}
#endif
......@@ -10,7 +10,7 @@
#include <dune/tnnmg/problem-classes/bisection.hh>
#include <dune/tnnmg/problem-classes/directionalconvexfunction.hh>
#include "mynonlinearity.cc"
#include "mynonlinearity.hh"
#include "finitescalarincreasingconvexfunction.hh"
namespace Dune {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment