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

fix bitrot: various compile fixes

[[Imported from SVN: r7040]]
parent 838074b7
No related branches found
No related tags found
No related merge requests found
#include "config.h"
#include <dune/grid/uggrid.hh>
......@@ -92,8 +93,8 @@ int main(int argc, char** argv)
HarmonicEnergyLocalStiffness<GridType::LeafGridView,TargetSpace> assembler;
assembler.assemble(*grid->leafbegin<0>(), coefficients);
assembler.assembleHessian(*grid->leafbegin<0>(), coefficients);
std::cout << "Hessian: \n" << assembler.A[0][0] << std::endl;
std::cout << "Hessian: \n" << assembler.A_[0][0] << std::endl;
}
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