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