silence compiler warning
This commit is contained in:
@ -325,8 +325,9 @@ int Dump::count()
|
|||||||
|
|
||||||
void Dump::write()
|
void Dump::write()
|
||||||
{
|
{
|
||||||
imageint *imagehold;
|
imageint *imagehold = nullptr;
|
||||||
double **xhold,**vhold;
|
double **xhold = nullptr;
|
||||||
|
double **vhold = nullptr;
|
||||||
|
|
||||||
// simulation box bounds
|
// simulation box bounds
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user