mirror of https://github.com/nmvdw/HITs-Examples
Fix compilation
This commit is contained in:
parent
77a449e68b
commit
8a65852d1b
|
@ -176,8 +176,8 @@ Section hPropLattice.
|
|||
associative_max := _ ;
|
||||
idempotent_min := _ ;
|
||||
idempotent_max := _ ;
|
||||
neutralL_min := _ ;
|
||||
neutralR_min := _ ;
|
||||
neutralL_max := _ ;
|
||||
neutralR_max := _ ;
|
||||
absorption_min_max := _ ;
|
||||
absorption_max_min := _
|
||||
}.
|
||||
|
|
|
@ -208,8 +208,8 @@ Section SetLattice.
|
|||
associative_max := _ ;
|
||||
idempotent_min := _ ;
|
||||
idempotent_max := _ ;
|
||||
neutralL_min := _ ;
|
||||
neutralR_min := _ ;
|
||||
neutralL_max := _ ;
|
||||
neutralR_max := _ ;
|
||||
absorption_min_max := _ ;
|
||||
absorption_max_min := _
|
||||
}.
|
||||
|
|
Loading…
Reference in New Issue