summaryrefslogtreecommitdiff
path: root/js/Misc/fortran_block.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/fortran_block.js')
-rw-r--r--js/Misc/fortran_block.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/fortran_block.js b/js/Misc/fortran_block.js
index 185431a2..5e0f951a 100644
--- a/js/Misc/fortran_block.js
+++ b/js/Misc/fortran_block.js
@@ -64,7 +64,7 @@ function fortran_block() {
if (!ok) {
break;
}
- [model,graphics,ok] = check_io(this.model,graphics,this.i,this.o,[],[]);
+ [this.model,graphics,ok] = check_io(this.model,graphics,this.i,this.o,[],[]);
if (ok) {
this.model.sim[1] = new ScilabString([this.funam]);
this.model.rpar = this.rpar;