b.append(" " + variable.getName() + " = " + module.getName() + "." + reference.getName() + ";\n");\r
else\r
b.append(" " + variable.getName() + " = " + variable.getDefaultInputValue() + ";\n");\r
+ \r
+ if(configuration.getModel() != null) {\r
+ // Root configuration\r
+ inputs.remove(variable);\r
+ }\r
+ }\r
+ \r
+ // Set root configuration input defaults\r
+ if(configuration.getModel() != null) {\r
+ for(Input i : inputs) {\r
+ b.append(" " + i.getName() + " = " + i.getDefaultInputValue() + ";\n");\r
+ }\r
}\r
\r
b.append("// Outputs\n");\r