Skip to content

Commit

Permalink
fix: Add missing parameter defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Jul 26, 2024
1 parent be58369 commit d022147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/nodes.operators.metadata.label.F90
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ function labelConstructorParameters(parameters) result(self)
<inputParameter>
<name>onInitialize</name>
<source>parameters</source>
<defaultValue>.true.</defaultValue>
<description>If true set the label on tree initialization.</description>
</inputParameter>
<inputParameter>
<name>onPostEvolution</name>
<source>parameters</source>
<defaultValue>.false.</defaultValue>
<description>If true set the label after each differential evolution.</description>
</inputParameter>
<objectBuilder class="galacticFilter" name="galacticFilter_" source="parameters"/>
Expand Down

0 comments on commit d022147

Please sign in to comment.