changes for next patch, 2d disc options for spheres, fix external upgrade, bug fixes for fix ave/chunk for density calcs, Aidan doc page citation deconvolution
This commit is contained in:
@ -1950,7 +1950,7 @@ void Atom::add_callback(int flag)
|
||||
|
||||
void Atom::delete_callback(const char *id, int flag)
|
||||
{
|
||||
if(id==NULL) return;
|
||||
if (id == NULL) return;
|
||||
|
||||
int ifix;
|
||||
for (ifix = 0; ifix < modify->nfix; ifix++)
|
||||
|
||||
Reference in New Issue
Block a user