From cfec063668e364680961cbf5adcccd21be5142b5 Mon Sep 17 00:00:00 2001 From: takahiro Date: Fri, 15 Apr 2016 15:24:32 +0900 Subject: [PATCH] ".all"s were deleted. --- SampleCode/PIONE/Basic5/Serial2.pione | 6 +++--- SampleCode/PIONE/Basic5/Serial2_combine.pione | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SampleCode/PIONE/Basic5/Serial2.pione b/SampleCode/PIONE/Basic5/Serial2.pione index 07e2632..d7c1795 100644 --- a/SampleCode/PIONE/Basic5/Serial2.pione +++ b/SampleCode/PIONE/Basic5/Serial2.pione @@ -1,6 +1,6 @@ Rule Main - input '*.in'.all - output '*.out'.all + input '*.in' + output '*.out' Flow rule First rule Second @@ -18,4 +18,4 @@ Rule Second output '{$I[1][1]}.out' Action awk '{ print $1+1 }' {$I[1]} > {$O[1]} -End \ No newline at end of file +End diff --git a/SampleCode/PIONE/Basic5/Serial2_combine.pione b/SampleCode/PIONE/Basic5/Serial2_combine.pione index b2e1703..3e854c7 100644 --- a/SampleCode/PIONE/Basic5/Serial2_combine.pione +++ b/SampleCode/PIONE/Basic5/Serial2_combine.pione @@ -1,6 +1,6 @@ Rule Main - input '*.in'.all - output '*.out'.all + input '*.in' + output '*.out' Flow rule FirstSecond End -- 2.11.0