Skip to content

Commit

Permalink
fix: wrong function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue Ren committed May 29, 2012
1 parent 489ee4c commit fd6a773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Singular/LIB/divisors.lib
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ return(P);
}

proc decomposePolyhedron(polytope P){
intmat rays = getVertices(P);
intmat rays = vertices(P);
intmat rays2 = rays;
int i,j;
for (i=1; i<=nrows(rays);i++){
Expand Down

0 comments on commit fd6a773

Please sign in to comment.