Skip to content

Commit

Permalink
fix: broken documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue Ren committed Dec 11, 2012
1 parent 50ce98d commit 2609b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/cones.doc
Original file line number Diff line number Diff line change
Expand Up @@ -1136,10 +1136,10 @@ intmat M[2][3]=
-1,0,0,
0,-1,0;
cone c=coneViaPoints(M);
linearForms(c);
getLinearForms(c);
intvec v=1,1,1;
setLinearForms(c,v);
linearForms(c);
getLinearForms(c);
@c example
@end smallexample
@end table
Expand Down Expand Up @@ -1860,7 +1860,7 @@ See also @ref{ambientDimension},
@ref{equations},
@ref{facets},
@ref{inequalities},
@ref{linearForms},
@ref{getLinearForms},
@ref{getMultiplicity},
@ref{setLinearForms},
@ref{setMultiplicity}.
Expand Down

0 comments on commit 2609b0d

Please sign in to comment.