--- a/gfan0.5/app_fiberpolytope.cpp +++ b/gfan0.5/app_fiberpolytope.cpp @@ -63,7 +63,7 @@ /* If the vector configuration B does not have full rank then change coordinates. */ - if(rank(B)!=B.getHeight()) + if(rank_(B)!=B.getHeight()) { FieldMatrix M=integerMatrixToFieldMatrix(B,Q); M.reduce(false,true);//force integer operations - preserving volume @@ -83,7 +83,7 @@ log1 debug<<"Done computing restricting cone\n"; debug<