summaryrefslogtreecommitdiff
path: root/js/PDE
diff options
context:
space:
mode:
Diffstat (limited to 'js/PDE')
-rw-r--r--js/PDE/PDE.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js
index 365ce685..7dd04642 100644
--- a/js/PDE/PDE.js
+++ b/js/PDE/PDE.js
@@ -1,6 +1,6 @@
/* autogenerated from "macros/PDE/PDE.sci" */
function PDE() {
-PDE.prototype.define = function PDE() {
+ PDE.prototype.define = function PDE() {
model=scicos_model();
model.state=zeros(10,1);
model.sim=list("PDE",0);
@@ -12,12 +12,12 @@ params_pde=tlist([["paramspde"],["a"],["b"],["txt_exp"],["check_op1"],["a1"],["b
label=list(params_pde,[],"");
gr_i=[];
x=standard_define([3,3],model,label,gr_i);
-}
-PDE.prototype.details = function PDE() {
-}
-PDE.prototype.get = function PDE() {
-}
-PDE.prototype.set = function PDE() {
+ }
+ PDE.prototype.details = function PDE() {
+ }
+ PDE.prototype.get = function PDE() {
+ }
+ PDE.prototype.set = function PDE() {
x=arg1;
graphics=arg1.graphics;
label=graphics.exprs;
@@ -128,5 +128,5 @@ x.graphics=graphics;
x.model=model;
break;
}
-}
+ }
}