Skip to content
Snippets Groups Projects
Commit bb6c0c8a authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Indentation

[[Imported from SVN: r10117]]
parent c67350fa
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ public: ...@@ -32,7 +32,7 @@ public:
* \param parameters The material parameters * \param parameters The material parameters
*/ */
SumEnergy(std::shared_ptr<LocalFEStiffness<GridView,LocalFiniteElement,std::vector<Dune::FieldVector<field_type,3> > > > a, SumEnergy(std::shared_ptr<LocalFEStiffness<GridView,LocalFiniteElement,std::vector<Dune::FieldVector<field_type,3> > > > a,
std::shared_ptr<LocalFEStiffness<GridView,LocalFiniteElement,std::vector<Dune::FieldVector<field_type,3> > > > b) std::shared_ptr<LocalFEStiffness<GridView,LocalFiniteElement,std::vector<Dune::FieldVector<field_type,3> > > > b)
: a_(a), : a_(a),
b_(b) b_(b)
{} {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment