summaryrefslogtreecommitdiff
path: root/js/NonLinear/INTRPLBLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/INTRPLBLK_f.js')
-rw-r--r--js/NonLinear/INTRPLBLK_f.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/NonLinear/INTRPLBLK_f.js b/js/NonLinear/INTRPLBLK_f.js
index 81468053..0d22c951 100644
--- a/js/NonLinear/INTRPLBLK_f.js
+++ b/js/NonLinear/INTRPLBLK_f.js
@@ -52,4 +52,8 @@ function INTRPLBLK_f() {
}
return new BasicBlock(this.x);
}
+ INTRPLBLK_f.prototype.get_popup_title = function INTRPLBLK_f() {
+ var set_param_popup_title = "Set Interpolation block parameters";
+ return set_param_popup_title;
+ }
}