From: bdemsky Date: Tue, 17 Aug 2004 17:54:26 +0000 (+0000) Subject: Bug in the freeciv spec. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e287b1ee7b638ecd4e66ed9c1794c86440325074;p=repair.git Bug in the freeciv spec. --- diff --git a/Repair/RepairCompiler/MCC/specs/freeciv/test.constraints b/Repair/RepairCompiler/MCC/specs/freeciv/test.constraints index edd8039..e1ea1e9 100755 --- a/Repair/RepairCompiler/MCC/specs/freeciv/test.constraints +++ b/Repair/RepairCompiler/MCC/specs/freeciv/test.constraints @@ -1,5 +1,5 @@ [],sizeof(MAP)=1; [],sizeof(GRID)=1; -[forall t in TILE],t.TERRAIN>=0 and t.TERRAIN<=12; +[forall t in TILE],t.TERRAIN>=0 and t.TERRAIN<=11; [forall c in CITY],sizeof(c.~CITYMAP)=1; [forall c in CITY],!c.~CITYMAP.TERRAIN=7;