From 43cb556708d727376724eac0e67207c28d1761bf Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 3 Aug 2017 17:17:38 +0200 Subject: Fixes issues in properties, Makefiles. --- data/property/cnes/CNE_00100.pro | 2 +- data/property/cnes/CNE_01800.pro | 2 +- data/property/cnes/STD_04800.pro | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'data') diff --git a/data/property/cnes/CNE_00100.pro b/data/property/cnes/CNE_00100.pro index 9cab7fc..221008b 100644 --- a/data/property/cnes/CNE_00100.pro +++ b/data/property/cnes/CNE_00100.pro @@ -14,7 +14,7 @@ (or (and (is_read_element "1" "'0'") - (IS_READ_Element "2" wfm) + (is_read_element "2" wfm) ) (and (is_read_element "1" wfm) diff --git a/data/property/cnes/CNE_01800.pro b/data/property/cnes/CNE_01800.pro index 78e1094..6895f85 100644 --- a/data/property/cnes/CNE_01800.pro +++ b/data/property/cnes/CNE_01800.pro @@ -28,7 +28,7 @@ (is_read_structure "(??(??))") (is_read_element "1" x_r1) (is_read_element "2" "not") - (is_read_element "3" x_) + (is_read_element "3" x) ) ) (AX diff --git a/data/property/cnes/STD_04800.pro b/data/property/cnes/STD_04800.pro index 8f998e4..5f9e817 100644 --- a/data/property/cnes/STD_04800.pro +++ b/data/property/cnes/STD_04800.pro @@ -13,14 +13,14 @@ ) ) ) - (exists ps_fe process - (CTL_verifies ps_fe - (EF - (and - (is_read_structure "(??)") - (is_read_element "0" "falling_edge") - (is_read_element "1" wfm) - ) + ) + (exists ps_fe process + (CTL_verifies ps_fe + (EF + (and + (is_read_structure "(??)") + (is_read_element "0" "falling_edge") + (is_read_element "1" wfm) ) ) ) -- cgit v1.2.3-70-g09d2