mirror of https://github.com/CGAL/cgal
Change header guard to something not forbidden.
This commit is contained in:
parent
c7fbc4a9e3
commit
63cb481dd2
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue