diff options
Diffstat (limited to 'js/Misc/c_block.js')
-rw-r--r-- | js/Misc/c_block.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/c_block.js b/js/Misc/c_block.js index 758e255f..b6ccbfdd 100644 --- a/js/Misc/c_block.js +++ b/js/Misc/c_block.js @@ -44,7 +44,7 @@ function c_block() { c_block.prototype.set = function c_block() { this.i = parseFloat((arguments[0]["i"])) this.o = parseFloat((arguments[0]["o"])) - this.rpar = parseFloat((arguments[0]["rpar"])) + this.rpar = inverse((arguments[0]["rpar"])) this.funam = parseFloat((arguments[0]["funam"])) this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; |