Skip to content
Snippets Groups Projects
Commit 2705ff95 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

removed accidentally added method affine.

[[Imported from SVN: r4055]]
parent 2784b85a
Branches
Tags
No related merge requests found
......@@ -97,9 +97,6 @@ namespace Dune {
//! can only be called for dim=dimworld!
inline const FieldMatrix<alu3d_ctype,mydim,mydim>& jacobianInverseTransposed (const FieldVector<alu3d_ctype, mydim>& local) const;
//! returns true if mapping is affine
inline bool affine () const;
//! returns volume of geometry
inline alu3d_ctype volume () const;
//***********************************************************************
......@@ -243,9 +240,6 @@ namespace Dune {
//! other specialization...)
const FieldMatrix<alu3d_ctype,mydim,mydim>& jacobianInverseTransposed (const FieldVector<alu3d_ctype, mydim>& local) const;
//! returns true if mapping is affine
inline bool affine () const;
//! returns volume of geometry
alu3d_ctype volume () const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment