mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
equation -> expression
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ public class ExpressionFunctionTemplate extends SamplerTemplate<ExpressionFuncti
|
|||||||
@Default
|
@Default
|
||||||
private @Meta Map<String, @Meta Double> vars = new HashMap<>();
|
private @Meta Map<String, @Meta Double> vars = new HashMap<>();
|
||||||
|
|
||||||
@Value("equation")
|
@Value("expression")
|
||||||
private @Meta String equation;
|
private @Meta String equation;
|
||||||
|
|
||||||
@Value("functions")
|
@Value("functions")
|
||||||
|
|||||||
Reference in New Issue
Block a user