Skip to content
Snippets Groups Projects
Commit 97c2e463 authored by René Schöne's avatar René Schöne
Browse files

fix evaluation counter

parent ef4c4aaf
No related branches found
No related tags found
1 merge request!33Resolve "Refactorings/Clean-Up"
Pipeline #14549 failed
...@@ -11,7 +11,7 @@ aspect EvaluationCounter { ...@@ -11,7 +11,7 @@ aspect EvaluationCounter {
} }
{{#configEvaluationCounter}} {{#configEvaluationCounter}}
static EvaluationCounter ASTNode.{{evaluationCounterVariable}} = new EvaluationCounter(); static EvaluationCounter ASTNode.{{evaluationCounterVariable}} = new EvaluationCounter();
public void {{parentTypeName}}.ragconnectResetEvaluationCounter() { public void {{rootNodeName}}.ragconnectResetEvaluationCounter() {
{{#configEvaluationCounter}} {{#configEvaluationCounter}}
{{evaluationCounterVariable}}.reset(); {{evaluationCounterVariable}}.reset();
{{/configEvaluationCounter}} {{/configEvaluationCounter}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment