Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 4a57e7b4 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

fix energy printout

parent dfb523d6
No related branches found
No related tags found
1 merge request!19Drift-0 ro Drift-2
......@@ -693,7 +693,7 @@ public:
}
double get_meanKineticEnergy() {
return 0.0;
return this->pcontainer_m->getMeanKineticEnergy();
}
Vector_t<double, Dim> get_origin() const {
......
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