Skip to content

Commit

Permalink
Added conflict entry example for parameters with multiple values.
Browse files Browse the repository at this point in the history
--HG--
branch : week-of-code
  • Loading branch information
brittonsmith committed Jun 22, 2009
1 parent fe5e9c1 commit c0ab640
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions input/enzo_parameter_conflicts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ Everything between bracket sets is ignored.
Message = I made this up.
}

{
# a single array value
SomeArray[0] >= 64
# all array values must match
AnotherArray[all] == 3
# any array value matches
OneMoreArray[any] == 3
Message = Hey hey array.
}


# Actual conflicts

{
Expand Down

0 comments on commit c0ab640

Please sign in to comment.