*** empty log message ***

This commit is contained in:
Hans Tangelder 2001-05-30 08:36:40 +00:00
parent c51330cbc6
commit d2ca0ba0bd
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1 +1 @@
2.2.15 (10 Apr 2001)
2.2.16 (30 May 2001)