1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Fixed grid3d leak in PerambLight

This commit is contained in:
2019-01-30 21:16:09 +00:00
parent c3273eff20
commit f7e4661ca0
3 changed files with 92 additions and 17 deletions

View File

@ -144,9 +144,8 @@ protected:
GridCartesian * gridLD; // Owned by me, so I must delete it
GridCartesian * gridHD; // Owned by environment (so I won't delete it)
int Nx, Ny, Nz, Nt;
protected:
void Cleanup(void);
virtual void Cleanup(void);
};
MODULE_REGISTER_TMP(LapEvec, TLapEvec<GIMPL>, MDistil);