mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
c51330cbc6
commit
d2ca0ba0bd
|
|
@ -195,7 +195,7 @@ public:
|
|||
//printf( "p_arr(new): %p\n", (void *)p_arr );
|
||||
assert( p_arr != NULL );
|
||||
|
||||
memset( p_arr, 0, sizeof( coordinate_type ) * dim );
|
||||
CGAL_CLIB_STD::memset( p_arr, 0, sizeof( coordinate_type ) * dim );
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.2.15 (10 Apr 2001)
|
||||
2.2.16 (30 May 2001)
|
||||
|
|
|
|||
Loading…
Reference in New Issue