mirror of https://github.com/CGAL/cgal
updated
This commit is contained in:
parent
d8a7da8a8c
commit
032f78825c
|
|
@ -19,7 +19,7 @@ public:
|
|||
void sync(void) {}
|
||||
void op(void) { sqrt(n); }
|
||||
|
||||
void set(unsigned int u) { n = u; }
|
||||
void set(double u) { n = u; }
|
||||
};
|
||||
|
||||
namespace po = boost::program_options;
|
||||
|
|
|
|||
Loading…
Reference in New Issue