[PPL-devel] [GIT] ppl/ppl(master): Fixed input file sor1d.pip.

Enea Zaffanella zaffanella at cs.unipr.it
Thu Mar 18 11:28:50 CET 2010


Module: ppl/ppl
Branch: master
Commit: 9919991474edb445eccffbde32a9bf1ccc105617
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=9919991474edb445eccffbde32a9bf1ccc105617

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Thu Mar 18 11:24:38 2010 +0100

Fixed input file sor1d.pip.
A line of blanks is not a valid comment line for the input reading routine.

---

 demos/ppl_pips/examples/sor1d.pip |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/demos/ppl_pips/examples/sor1d.pip b/demos/ppl_pips/examples/sor1d.pip
index 1bef89e..3b3dc61 100644
--- a/demos/ppl_pips/examples/sor1d.pip
+++ b/demos/ppl_pips/examples/sor1d.pip
@@ -5,7 +5,7 @@
 -1
 
 20 8
- 
+
  0	-1	0	0	0	0	0	2
  0	0	-1	0	0	0	0	1
  0	0	0	-1	0	0	0	2




More information about the PPL-devel mailing list