Skip to content

Commit

Permalink
fix codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Mar 16, 2018
1 parent 5df9e85 commit d697c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converters/sdp2vol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ int main( int argc, char** argv )

struct BBCompPoints
{
BBCompPoints(unsigned int d): myDim(d){};
explicit BBCompPoints(unsigned int d): myDim(d){};
bool operator() (const Z3i::Point &p1, const Z3i::Point &p2){return p1[myDim]<p2[myDim];};
unsigned int myDim;
};
unsigned int marge = 1;
if(!vm.count("domain"))
{
unsigned int marge = 1;
for(unsigned int i=0; i< 4; i++)
{
BBCompPoints cmp_points(i);
Expand Down

0 comments on commit d697c16

Please sign in to comment.