[PPL-devel] [GIT] ppl/ppl(master): Fixed a bug.

Patricia Hill patricia.hill at bugseng.com
Sun Oct 27 22:21:07 CET 2013


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

Author: Patricia Hill <patricia.hill at bugseng.com>
Date:   Sun Oct 27 21:20:15 2013 +0000

Fixed a bug.

---

 ...l_interface_generator_java_classes_java_code.m4 |    4 ++--
 ...erface_generator_common_procedure_generators.m4 |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4 b/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4
index 9c74d98..8bdf04b 100644
--- a/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4
+++ b/interfaces/Java/parma_polyhedra_library/ppl_interface_generator_java_classes_java_code.m4
@@ -337,11 +337,11 @@ ___BEGIN_OF_FILE___ @CLASS at .java << ___END_OF_FILE___
 
 ')
 
-m4_define(`ppl_ at TOPOLOGY@@CLASS at _positive_time_elapse_assign_code',
+m4_define(`ppl_ at CLASS@_positive_time_elapse_assign_code',
 `dnl
 ___END_OF_FILE___
 ___BEGIN_OF_FILE___ @TOPOLOGY@@CLASS at .java << ___END_OF_FILE___
-    public native void positive_time_elapse_assign(@CLASS@ p);
+    public native void positive_time_elapse_assign(@TOPOLOGY@@CLASS@ p);
 
 ')
 
diff --git a/interfaces/ppl_interface_generator_common_procedure_generators.m4 b/interfaces/ppl_interface_generator_common_procedure_generators.m4
index d6c4e28..0d0d226 100644
--- a/interfaces/ppl_interface_generator_common_procedure_generators.m4
+++ b/interfaces/ppl_interface_generator_common_procedure_generators.m4
@@ -75,8 +75,8 @@ ppl_ at CLASS@_add_ at CLASS_REPRESENT@s/2 *nofail +all,
 ppl_ at CLASS@_refine_with_ at REFINE_REPRESENT@/2 *nofail +all,
 ppl_ at CLASS@_refine_with_ at REFINE_REPRESENT@s/2 *nofail +all,
 ppl_ at CLASS@_ at BINOP@/2 *nofail +all,
-ppl_ at CLASS@_positive_time_elapse_assign/2 *nofail +polyhedron,
 ppl_ at CLASS@_ at UB_EXACT@/2 +all,
+ppl_ at CLASS@_positive_time_elapse_assign/2 *nofail +polyhedron,
 ppl_ at CLASS@_simplify_using_context_assign/3 +simple_pps,
 ppl_ at CLASS@_constrains/2 +all,
 ppl_ at CLASS@_unconstrain_space_dimension/2 +all,




More information about the PPL-devel mailing list