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

Fix up after 2467a2d8584f0b7cd2961301f98d636f3a3d3acc

parent 4c83643d
No related branches found
No related tags found
No related merge requests found
/* -*- mode:c++; mode:semantic -*- */ /* -*- mode:c++; mode:semantic -*- */
#ifndef DUNE_OCTAVE_HH #ifndef DUNE_TECTONIC_OCTAVE_DUNEOCTAVE_HH
#define DUNE_OCTAVE_HH #define DUNE_TECTONIC_OCTAVE_DUNEOCTAVE_HH
#include <octave/oct.h> #include <octave/oct.h>
#include "samplefunctional.hh" #include <dune/tectonic/samplefunctional.hh>
#include <cassert> #include <cassert>
......
...@@ -18,10 +18,7 @@ test_python_SOURCES = \ ...@@ -18,10 +18,7 @@ test_python_SOURCES = \
test-python.cc test-python.cc
test_gradient_method_SOURCES = \ test_gradient_method_SOURCES = \
test-gradient-method.cc \ test-gradient-method.cc
mynonlinearity.hh \
nicefunction.hh \
samplefunctional.hh
TESTS= test-python test-gradient-method TESTS= test-python test-gradient-method
...@@ -39,7 +36,8 @@ AM_CXXFLAGS = \ ...@@ -39,7 +36,8 @@ AM_CXXFLAGS = \
AM_CPPFLAGS = \ AM_CPPFLAGS = \
$(DUNE_CPPFLAGS) \ $(DUNE_CPPFLAGS) \
$(ALUGRID_CPPFLAGS) \ $(ALUGRID_CPPFLAGS) \
$(PYTHON_CPPFLAGS) $(PYTHON_CPPFLAGS) \
-I$(top_srcdir)
# The libraries have to be given in reverse order (most basic libraries # The libraries have to be given in reverse order (most basic libraries
# last). Also, due to some misunderstanding, a lot of libraries include the # last). Also, due to some misunderstanding, a lot of libraries include the
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include "config.h" #include "config.h"
#endif #endif
#include "samplefunctional.hh" #include <dune/tectonic/octave/duneoctave.hh>
#include "duneoctave.hh" #include <dune/tectonic/samplefunctional.hh>
#include <cassert> #include <cassert>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include "config.h" #include "config.h"
#endif #endif
#include "samplefunctional.hh" #include <dune/tectonic/octave/duneoctave.hh>
#include "duneoctave.hh" #include <dune/tectonic/samplefunctional.hh>
#include <cassert> #include <cassert>
......
$(OCTAVE_MODULES): %.oct: %.o $(OCTAVE_MODULES): %.oct: %.o
$(MKOCTFILE) -o $@ $< -ldunecommon $(MKOCTFILE) -o $@ $< -ldunecommon
$(OCTAVE_MODULES:.oct=.o): %.o: %.cc duneoctave.hh $(OCTAVE_MODULES:.oct=.o): %.o: %.cc
$(MKOCTFILE) $(DEFS) $(AM_CPPFLAGS) -c -o $@ $< $(MKOCTFILE) $(DEFS) $(AM_CPPFLAGS) -c -o $@ $<
CLEANFILES = $(OCTAVE_MODULES) $(OCTAVE_MODULES:.oct=.o) CLEANFILES = $(OCTAVE_MODULES) $(OCTAVE_MODULES:.oct=.o)
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#include <exception> #include <exception>
#include <iostream> #include <iostream>
#include "myconvexproblem.hh" #include <dune/tectonic/myconvexproblem.hh>
#include "myblockproblem.hh" #include <dune/tectonic/myblockproblem.hh>
int const dim = 2; int const dim = 2;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <dune/common/exceptions.hh> #include <dune/common/exceptions.hh>
#include <dune/common/stdstreams.hh> #include <dune/common/stdstreams.hh>
#include "samplefunctional.hh" #include <dune/tectonic/samplefunctional.hh>
#include <cassert> #include <cassert>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment