Skip to content
Snippets Groups Projects
Commit a400b52b authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

Various make headercheck fixes

[[Imported from SVN: r5324]]
parent a84278d8
No related branches found
No related tags found
No related merge requests found
#ifndef AVERAGE_DISTANCE_ASSEMBLER_HH
#define AVERAGE_DISTANCE_ASSEMBLER_HH
#include <vector>
#include "rotation.hh"
template <class TargetSpace>
......
......@@ -7,7 +7,10 @@
#include <dune/ag-common/dgindexset.hh>
#include <dune/ag-common/crossproduct.hh>
#include <dune/ag-common/surfmassmatrix.hh>
#include <dune-solvers/numproc.hh>
#include "svd.hh"
#include "rigidbodymotion.hh"
#ifdef HAVE_IPOPT
#include "coin/IpTNLP.hpp"
......
#ifndef GEODESIC_DIFFERENCE_HH
#define GEODESIC_DIFFERENCE_HH
#include <vector>
#include <dune/istl/bvector.hh>
template <class TargetSpace>
Dune::BlockVector<typename TargetSpace::TangentVector> computeGeodesicDifference(const std::vector<TargetSpace>& a,
const std::vector<TargetSpace>& b)
......
......@@ -3,6 +3,8 @@
#include <vector>
#include <dune/common/fvector.hh>
#include <dune/ag-common/crossproduct.hh>
#include "rotation.hh"
/** \brief Make a straight rod from two given endpoints
......
......@@ -4,6 +4,7 @@
#include <fstream>
#include <dune/common/exceptions.hh>
#include <dune/istl/bvector.hh>
#include "rigidbodymotion.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