Skip to content
Snippets Groups Projects
Commit 312f4717 authored by graeser's avatar graeser Committed by graeser
Browse files

Remove tab and and modelines

[[Imported from SVN: r3545]]
parent bb279433
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
// vi: set ts=8 sw=4 et sts=4:
#ifndef NEUMANN_BOUNDARY_ASSEMBLER_HH
#define NEUMANN_BOUNDARY_ASSEMBLER_HH
......@@ -71,7 +73,7 @@ class NeumannBoundaryAssembler :
if (dynamic_cast<const Dune::GridFunction<GridType,double,T::size>*>(&neumann_))
dynamic_cast<const Dune::GridFunction<GridType,double,T::size>*>(&neumann_)->evalalllocal(*(it->inside()), elementQuadPos,neumannVal);
else
neumann_.evalall(segmentGeometry.global(quadPos),neumannVal);
neumann_.evalall(segmentGeometry.global(quadPos),neumannVal);
// and vector entries
for(int i=0; i<values.size(); ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment