author | athos |
Thu, 09 Jun 2005 15:16:12 +0000 | |
changeset 1462 | c28e6ac3705c |
parent 1461 | 9f99ede44d59 |
child 1463 | e8d27c74bd3b |
lemon/lp_base.h | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/lp_base.h Thu Jun 09 15:12:01 2005 +0000 1.2 +++ b/lemon/lp_base.h Thu Jun 09 15:16:12 2005 +0000 1.3 @@ -960,7 +960,7 @@ 1.4 } 1.5 1.6 ///The type of the original LP problem 1.7 - Problemtypes problemType() { 1.8 + ProblemTypes problemType() { 1.9 return _getProblemType(); 1.10 } 1.11