Commit 108ee854 authored by berge's avatar berge
Browse files

Removed (present) constraint in ExteriorLights and AcceleratoinControl templates

parent 3a4978e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ module LibItsCam_Templates {
         * @param p_accCtrl The acceleration control
         */
        template(present) BasicVehicleContainerHighFrequency mw_HF_BV_accCtrl(
            in template(present) AccelerationControl p_accCtrl
            in template AccelerationControl p_accCtrl
        ) modifies mw_HF_BV_any := 
        {
            accelerationControl := p_accCtrl
@@ -422,7 +422,7 @@ module LibItsCam_Templates {
         * @param p_extLights The exterior lights
         */
        template(present) BasicVehicleContainerLowFrequency mw_LF_BV_extLights(
            in template(present) ExteriorLights p_extLights
            in template ExteriorLights p_extLights
        ) modifies mw_LF_BV_any := 
        {
            exteriorLights := p_extLights