recover compilation with -DLAMMPS_BIGBIG
This commit is contained in:
@ -1526,8 +1526,10 @@ void lammps_gather_fix(void *ptr, char * /*id*/, int /*type*/,
|
|||||||
LAMMPS *lmp = (LAMMPS *) ptr;
|
LAMMPS *lmp = (LAMMPS *) ptr;
|
||||||
|
|
||||||
BEGIN_CAPTURE
|
BEGIN_CAPTURE
|
||||||
|
{
|
||||||
lmp->error->all(FLERR,"Library function lammps_gather_peratom_fix()"
|
lmp->error->all(FLERR,"Library function lammps_gather_peratom_fix()"
|
||||||
" not compatible with -DLAMMPS_BIGBIG");
|
" not compatible with -DLAMMPS_BIGBIG");
|
||||||
|
}
|
||||||
END_CAPTURE
|
END_CAPTURE
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@ -1642,8 +1644,10 @@ void lammps_gather_fix_subset(void *ptr, char * /*id */, int /*type*/,
|
|||||||
LAMMPS *lmp = (LAMMPS *) ptr;
|
LAMMPS *lmp = (LAMMPS *) ptr;
|
||||||
|
|
||||||
BEGIN_CAPTURE
|
BEGIN_CAPTURE
|
||||||
|
{
|
||||||
lmp->error->all(FLERR,"Library function lammps_gather_peratom_fix_subset() "
|
lmp->error->all(FLERR,"Library function lammps_gather_peratom_fix_subset() "
|
||||||
"not compatible with -DLAMMPS_BIGBIG");
|
"not compatible with -DLAMMPS_BIGBIG");
|
||||||
|
}
|
||||||
END_CAPTURE
|
END_CAPTURE
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user