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 19aeed14 authored by Sadr Mohsen's avatar Sadr Mohsen
Browse files

fix a few minor issues after the merge

parent eb091407
No related branches found
No related tags found
No related merge requests found
......@@ -109,12 +109,6 @@ private:
double rmsDensity_m;
/// step in a TRACK command
long long localTrackStep_m;
/// if multiple TRACK commands
long long globalTrackStep_m;
std::shared_ptr<Distribution> OPALdist_m;
......
......@@ -172,7 +172,7 @@ public:
return distMoments_m.getPlasmaParameter();
}
void computeDebyeLength(double density){
double computeDebyeLength(double density){
size_t Np = this->getTotalNum();
distMoments_m.computeDebyeLength(this->R.getView(), this->P.getView(), Np, density);
return distMoments_m.getDebyeLength();
......
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