Skip to content
Snippets Groups Projects
Commit 4828db39 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

correct iterator type

parent bb4a6bbf
No related branches found
No related tags found
1 merge request!2Resolve "Helpers should be in a SCL class"
......@@ -26,7 +26,7 @@ context PhysConn
inv PhysConn_P_type_unique
( 'The P parameter type values shall be unique within each PhysConn element (line ' + self.lineNumber.toString() + ')' )
:
self.P -> isUnique( p : P | p.type )
self.P -> isUnique( p : P_PhysConn | p.type )
endpackage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment