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:
@ -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);
|
||||
|
Reference in New Issue
Block a user