Skip to content
Snippets Groups Projects
Commit 521dfd2e authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5844 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 6111b9e8
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment