src/lemon/lp_base.h
changeset 1381 998e8def9676
parent 1379 96a34c0904dd
child 1397 30828157ae80
     1.1 --- a/src/lemon/lp_base.h	Fri Apr 22 16:20:12 2005 +0000
     1.2 +++ b/src/lemon/lp_base.h	Fri Apr 22 17:47:01 2005 +0000
     1.3 @@ -464,7 +464,7 @@
     1.4  
     1.5      ///Creates a new LP problem
     1.6      LpSolverBase &newLp() {return _newLp();}
     1.7 -    ///Make a copy of the LP problem
     1.8 +    ///Makes a copy of the LP problem
     1.9      LpSolverBase &copyLp() {return _copyLp();}
    1.10      
    1.11      ///\name Build up and modify of the LP