git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5844 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2011-03-26 18:47:52 +00:00
parent 6111b9e8cb
commit 521dfd2ed6
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ void *scalloc( int n, int size, char *name, MPI_Comm comm )
/* safe free */
void destroy( void *ptr, char *name )
void sfree( void *ptr, char *name )
{
if( ptr == NULL ) {
fprintf( stderr, "WARNING: trying to free the already NULL pointer %s!\n",