Skip to content

Commit

Permalink
fixed applies to reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
reteprelief committed Jan 10, 2017
1 parent df648e1 commit 456b324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PSSAFlightControlEGI/AircraftStabilator.aadl
Expand Up @@ -80,7 +80,7 @@ with ErrorLibrary, ErrorBehaviorLibrary;
ActCmd: in propagation {ServiceOmission,ValueError,ItemOmission};
flows
ef1:error sink ActCmd{ValueError};
ef2:error source operation {ServiceOmission} ;
ef2:error source operation {GuidanceLoss} ;

end propagations;
propagation paths
Expand All @@ -96,7 +96,7 @@ with ErrorLibrary, ErrorBehaviorLibrary;
description => "Failure to move stabilator into desired position";
comment => "Is a major hazard. Pilot cannot control stabilator due to sensor failure";
])
applies to operation.ServiceOmission;
applies to ef2.GuidanceLoss;
**};
end StabilatorActuator;

Expand Down

0 comments on commit 456b324

Please sign in to comment.