[GIT] ppl/ppl(floating_point): Fixed a typo in the inclusion guard.

Module: ppl/ppl Branch: floating_point Commit: cc3822c311bf9c585c8a73c0bbdfed071de8277b URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=cc3822c311bf9...
Author: Fabio Bossi bossi@cs.unipr.it Date: Thu Jul 22 10:29:16 2010 +0200
Fixed a typo in the inclusion guard.
---
src/Float.templates.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Float.templates.hh b/src/Float.templates.hh index 4912b9a..139a153 100644 --- a/src/Float.templates.hh +++ b/src/Float.templates.hh @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. For the most up-to-date information see the Parma Polyhedra Library site: http://www.cs.unipr.it/ppl/ . */
-#ifndef PPL_Float_templates_hh +#ifndef PPL_Float_Templates_hh #define PPL_Float_Templates_hh 1
#include <cmath>
participants (1)
-
Fabio Bossi