silence compiler warning

This commit is contained in:
Axel Kohlmeyer
2024-10-08 22:45:37 -04:00
parent c84ed4189d
commit bea76778bd

View File

@ -325,8 +325,9 @@ int Dump::count()
void Dump::write()
{
imageint *imagehold;
double **xhold,**vhold;
imageint *imagehold = nullptr;
double **xhold = nullptr;
double **vhold = nullptr;
// simulation box bounds