1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

minor cleanups

This commit is contained in:
Oliver Hahn 2023-02-04 20:17:45 -08:00
parent bb9c07cf4d
commit 0f80056e40
2 changed files with 0 additions and 11 deletions

View file

@ -16,8 +16,6 @@
typedef fftw_complex fftwf_complex;
#endif
double T0 = 1.0;
namespace convolution
{

View file

@ -1641,15 +1641,6 @@ public:
absoffsets_ = o.absoffsets_;
len_ = o.len_;
margin_ = o.margin_;
// ox_ = o.ox_;
// oy_ = o.oy_;
// oz_ = o.oz_;
// oax_ = o.oax_;
// oay_ = o.oay_;
// oaz_ = o.oaz_;
// nx_ = o.nx_;
// ny_ = o.ny_;
// nz_ = o.nz_;
return *this;
}