Bugfix.
authorathos
Thu, 09 Jun 2005 15:16:12 +0000
changeset 1462c28e6ac3705c
parent 1461 9f99ede44d59
child 1463 e8d27c74bd3b
Bugfix.
lemon/lp_base.h
     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