diff options
Diffstat (limited to 'js/Misc/c_block.js')
-rw-r--r-- | js/Misc/c_block.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/c_block.js b/js/Misc/c_block.js index 18d41122..ed485eb8 100644 --- a/js/Misc/c_block.js +++ b/js/Misc/c_block.js @@ -49,6 +49,7 @@ function c_block() { this.o = parseFloat(arguments[0]["o"]); this.rpar = inverse(arguments[0]["rpar"]); this.funam = arguments[0]["funam"]; + var lab = [arguments[0]["i"], arguments[0]["o"], arguments[0]["rpar"], arguments[0]["funam"]]; if (!ok) { break; } |