From c8ab50e57f583d66310f0d75eadb139af3e13f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?= Date: Mon, 4 Jun 2018 14:46:41 +0200 Subject: [PATCH] Added missing option. --- examples/1/example.mod | 2 +- examples/2/example.mod | 2 +- examples/3/example.mod | 2 +- examples/4/example.mod | 2 +- examples/5/example.mod | 2 +- examples/6/example.mod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/1/example.mod b/examples/1/example.mod index dce8c7146..d3c136283 100644 --- a/examples/1/example.mod +++ b/examples/1/example.mod @@ -1,4 +1,4 @@ -// --+ options: json=compute +-- +// --+ options: json=compute, stochastic +-- var y x z; diff --git a/examples/2/example.mod b/examples/2/example.mod index eb295a4bd..ae812a28d 100644 --- a/examples/2/example.mod +++ b/examples/2/example.mod @@ -1,4 +1,4 @@ -// --+ options: json=compute +-- +// --+ options: json=compute, stochastic +-- var y x z ; diff --git a/examples/3/example.mod b/examples/3/example.mod index c7f2f6fb0..21ef105b7 100644 --- a/examples/3/example.mod +++ b/examples/3/example.mod @@ -1,4 +1,4 @@ -// --+ options: json=compute +-- +// --+ options: json=compute, stochastic +-- var y x z; diff --git a/examples/4/example.mod b/examples/4/example.mod index 8d5d0adba..87a2524ab 100644 --- a/examples/4/example.mod +++ b/examples/4/example.mod @@ -1,4 +1,4 @@ -// --+ options: json=compute +-- +// --+ options: json=compute, stochastic +-- var x1 x2 x1bar x2bar z ; diff --git a/examples/5/example.mod b/examples/5/example.mod index bd26c3886..66917e0b3 100644 --- a/examples/5/example.mod +++ b/examples/5/example.mod @@ -1,4 +1,4 @@ -// --+ options: json=compute +-- +// --+ options: json=compute, stochastic +-- var x1 x2 x1bar x2bar z ; diff --git a/examples/6/example.mod b/examples/6/example.mod index c4aa99c00..dd207f50b 100644 --- a/examples/6/example.mod +++ b/examples/6/example.mod @@ -1,4 +1,4 @@ -// --+ options: json=compute, transform_unary_ops +-- +// --+ options: json=compute, transform_unary_ops, stochastic +-- var x1 x2 x1bar x2bar z ;