Commit 757dbb87 authored by garciay's avatar garciay
Browse files

Bug fixed in m_ivimStructure template

parent 3a43b9a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -281,7 +281,7 @@ module LibItsIvim_Templates {
                                                     in template (omit) IviStructure.optional_ p_optional_ := omit
                                                     in template (omit) IviStructure.optional_ p_optional_ := omit
        ) := {
        ) := {
            mandatory   := p_mandatory,
            mandatory   := p_mandatory,
            optional_   := omit
            optional_   := p_optional_
        } // End of template m_ivimStructure
        } // End of template m_ivimStructure
        
        
        /**
        /**