Skip to content

Commit

Permalink
Update core/src/parameter.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Visser <[email protected]>
  • Loading branch information
Jingru923 and visr authored Sep 19, 2024
1 parent 4de929d commit 222d8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/parameter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function NodeID(type::NodeType.T, value::Integer, db::DB)::NodeID
),
)
if idx <= 0
error("Node ID #$value of type $type is not defined.")
error("Node ID #$value of type $type is not in the Node table.")
end
return NodeID(type, value, idx)
end
Expand Down

0 comments on commit 222d8c5

Please sign in to comment.