Skip to content
Snippets Groups Projects
Commit a5858488 authored by Martin Nolte's avatar Martin Nolte
Browse files

make headercheck pass

parent b5ee5b36
No related branches found
No related tags found
No related merge requests found
#ifndef ALUGRID_SFC_H_INCLUDED
#define ALUGRID_SFC_H_INCLUDED
#include <cmath>
namespace ALUGridMETIS
{
......@@ -22,7 +24,7 @@ void CALL_spaceFillingCurveNoEdges(const int myRank, // my rank
meanLoad /= double(nPart);
// round the average load to get a threshold value
const double meanThreshold = round( meanLoad );
const double meanThreshold = std::round( meanLoad );
double load = 0;
idxtype rank = 0;
......
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