Change header guard to something not forbidden.

This commit is contained in:
Maxime Gimeno 2018-09-17 12:14:45 +02:00
parent c7fbc4a9e3
commit 63cb481dd2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef _RANDOM_
#define _RANDOM_ 1
#ifndef CGAL_OTR_RANDOM_H
#define CGAL_OTR_RANDOM_H 1
inline
double random_double(const double min, const double max)