
Module: ppl/ppl Branch: compliance Commit: 7a2ba6b6089aacd1abb3af0f8171b11c594879dd URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7a2ba6b6089aa...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Mon Jun 30 14:33:02 2014 +0200
Added missing braces. Fixes violations of rule MP1.6-4-1 detected by ECLAIR.
---
demos/ppl_lcdd/ppl_lcdd.cc | 15 +++++--- src/BD_Shape_templates.hh | 3 +- src/Constraint_System.cc | 6 ++- src/Generator_System.cc | 3 +- src/Linear_System_templates.hh | 3 +- src/MIP_Problem.cc | 69 +++++++++++++++++++++++++------------ src/Matrix_templates.hh | 3 +- src/OR_Matrix_templates.hh | 3 +- src/Octagonal_Shape_templates.hh | 54 ++++++++++++++++++++---------- src/PIP_Tree.cc | 6 ++- src/Polyhedron_public.cc | 6 ++- src/globals_defs.hh | 6 ++- src/intervals_defs.hh | 6 ++- 13 files changed, 122 insertions(+), 61 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=7a2ba6b60...