projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69569fb
)
Bug in the freeciv spec.
author
bdemsky
<bdemsky>
Tue, 17 Aug 2004 17:54:26 +0000
(17:54 +0000)
committer
bdemsky
<bdemsky>
Tue, 17 Aug 2004 17:54:26 +0000
(17:54 +0000)
Repair/RepairCompiler/MCC/specs/freeciv/test.constraints
patch
|
blob
|
history
diff --git
a/Repair/RepairCompiler/MCC/specs/freeciv/test.constraints
b/Repair/RepairCompiler/MCC/specs/freeciv/test.constraints
index edd80391968be418fa59e12485f898eeabaf898f..e1ea1e99f193eca8acab3ecf765fe03555a0b080 100755
(executable)
--- 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<=1
2
;
+[forall t in TILE],t.TERRAIN>=0 and t.TERRAIN<=1
1
;
[forall c in CITY],sizeof(c.~CITYMAP)=1;
[forall c in CITY],!c.~CITYMAP.TERRAIN=7;