summaryrefslogtreecommitdiff
path: root/Chalice/refinements/RecFiniteDiff.chalice
diff options
context:
space:
mode:
Diffstat (limited to 'Chalice/refinements/RecFiniteDiff.chalice')
-rw-r--r--Chalice/refinements/RecFiniteDiff.chalice3
1 files changed, 2 insertions, 1 deletions
diff --git a/Chalice/refinements/RecFiniteDiff.chalice b/Chalice/refinements/RecFiniteDiff.chalice
index 8fca8d9b..1a971aed 100644
--- a/Chalice/refinements/RecFiniteDiff.chalice
+++ b/Chalice/refinements/RecFiniteDiff.chalice
@@ -35,7 +35,8 @@ class Cube2 refines Cube1 {
ensures x == (n+1)*(n+1);
{
if {
- _; x := 1;
+ _
+ x := 1;
} else {
replaces v1, w1 by {
call v1,w1,x1 := compute(n-1);