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

Module: ppl/ppl Branch: master Commit: c4307aa10c9496e4b21f9520820c17c9706b0afa URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c4307aa10c949...
Author: Patricia Hill patricia.hill@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@.java << ___END_OF_FILE___
')
-m4_define(`ppl_@TOPOLOGY@@CLASS@_positive_time_elapse_assign_code', +m4_define(`ppl_@CLASS@_positive_time_elapse_assign_code', `dnl ___END_OF_FILE___ ___BEGIN_OF_FILE___ @TOPOLOGY@@CLASS@.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_@CLASS@_add_@CLASS_REPRESENT@s/2 *nofail +all, ppl_@CLASS@_refine_with_@REFINE_REPRESENT@/2 *nofail +all, ppl_@CLASS@_refine_with_@REFINE_REPRESENT@s/2 *nofail +all, ppl_@CLASS@_@BINOP@/2 *nofail +all, -ppl_@CLASS@_positive_time_elapse_assign/2 *nofail +polyhedron, ppl_@CLASS@_@UB_EXACT@/2 +all, +ppl_@CLASS@_positive_time_elapse_assign/2 *nofail +polyhedron, ppl_@CLASS@_simplify_using_context_assign/3 +simple_pps, ppl_@CLASS@_constrains/2 +all, ppl_@CLASS@_unconstrain_space_dimension/2 +all,
participants (1)
-
Patricia Hill