[GIT] ppl/ppl(master): Fixed some typos for code related to the wrap_assign java interface.

Module: ppl/ppl Branch: master Commit: 4d0a50e95c3b824a41f403cecd9d2ee9af92b5f6 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4d0a50e95c3b8...
Author: Patricia Hill p.m.hill@leeds.ac.uk Date: Wed Mar 17 11:30:48 2010 +0000
Fixed some typos for code related to the wrap_assign java interface.
---
interfaces/Java/jni/ppl_java_common.defs.hh | 6 +++--- .../Java/parma_polyhedra_library/Makefile.am | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/interfaces/Java/jni/ppl_java_common.defs.hh b/interfaces/Java/jni/ppl_java_common.defs.hh index eb9abcb..4529470 100644 --- a/interfaces/Java/jni/ppl_java_common.defs.hh +++ b/interfaces/Java/jni/ppl_java_common.defs.hh @@ -496,7 +496,7 @@ build_cxx_bounded_width(JNIEnv* env, jobject j_bounded_width);
/*! \brief Builds a Java parma_polyhedra_library::Bounded_Integer_Type_Overflow - from C++ MIP_Problem::Bounded_Integer_Type_Overflow \p bounded_overflow. + from C++ Bounded_Integer_Type_Overflow \p bounded_overflow. */ jobject build_java_bounded_overflow @@ -504,7 +504,7 @@ build_java_bounded_overflow
/*! \brief Builds a Java parma_polyhedra_library::Bounded_Integer_Type_Representation - from C++ MIP_Problem::Bounded_Integer_Type_Representation \p bounded_rep. + from C++ Bounded_Integer_Type_Representation \p bounded_rep. */ jobject build_java_bounded_representation @@ -512,7 +512,7 @@ build_java_bounded_representation
/*! \brief Builds a Java parma_polyhedra_library::Bounded_Integer_Type_Width - from C++ MIP_Problem::Bounded_Integer_Type_Width \p bounded_width. + from C++ Bounded_Integer_Type_Width \p bounded_width. */ jobject build_java_bounded_width diff --git a/interfaces/Java/parma_polyhedra_library/Makefile.am b/interfaces/Java/parma_polyhedra_library/Makefile.am index 8e54256..a120f0c 100644 --- a/interfaces/Java/parma_polyhedra_library/Makefile.am +++ b/interfaces/Java/parma_polyhedra_library/Makefile.am @@ -212,6 +212,9 @@ $(fixed_java_cxx_headers_sources) \ java_classes.stamp \ java_cxx_headers.stamp \ source_generation.stamp \ +Bounded_Integer_Type_Overflow.class \ +Bounded_Integer_Type_Representation.class \ +Bounded_Integer_Type_Width.class \ By_Reference.class \ Coefficient.class \ Complexity_Class.class \
participants (1)
-
Patricia Hill