File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ogma-core/src/Language/Trans Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,12 @@ opOne2R2U2 (Op1MTLRange x v1 v2) = opOneMTL2R2U2'' x v1 v2
153153opOneAlone2R2U2 :: Op1Name -> String
154154opOneAlone2R2U2 Op1Pre = " H[1,1]" -- double check
155155opOneAlone2R2U2 Op1X = " G[1,1]"
156- opOneAlone2R2U2 Op1G = " G[0," ++ show missionTime ++ " [ ]"
157- opOneAlone2R2U2 Op1F = " F[0," ++ show missionTime ++ " [ ]"
156+ opOneAlone2R2U2 Op1G = " G[0," ++ show missionTime ++ " ]"
157+ opOneAlone2R2U2 Op1F = " F[0," ++ show missionTime ++ " ]"
158158opOneAlone2R2U2 Op1Y = " H[1,1]" -- double check
159159opOneAlone2R2U2 Op1Z = " H[1,1]" -- double check
160- opOneAlone2R2U2 Op1Hist = " H[0," ++ show missionTime ++ " [ ]"
161- opOneAlone2R2U2 Op1O = " O[0," ++ show missionTime ++ " [ ]"
160+ opOneAlone2R2U2 Op1Hist = " H[0," ++ show missionTime ++ " ]"
161+ opOneAlone2R2U2 Op1O = " O[0," ++ show missionTime ++ " ]"
162162
163163-- | Return the R2U2 representation of a unary logical MTL FRET operator.
164164opOneMTL2R2U2 :: Op1Name -> OrdOp -> Number -> String
You can’t perform that action at this time.
0 commit comments