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 a764f513 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

return Debye length

parent 464ed627
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,7 @@ public:
double computeDebyeLength(double density){
size_t Np = this->getTotalNum();
distMoments_m.computeDebyeLength(this->R.getView(), this->P.getView(), Np, density);
return distMoments_m.getDebyeLength();
}
private:
......
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