Fixed initialization of realMap
This commit is contained in:
parent
e2280a899f
commit
cfae6184d5
@ -56,6 +56,7 @@ namespace CosmoTool
|
|||||||
public:
|
public:
|
||||||
EuclidianFourierTransform(const DimArray& dims, const std::vector<double>& L)
|
EuclidianFourierTransform(const DimArray& dims, const std::vector<double>& L)
|
||||||
{
|
{
|
||||||
|
realMap = 0;
|
||||||
create_plan(dims, L);
|
create_plan(dims, L);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user