Fixed initialization of realMap
This commit is contained in:
parent
e2280a899f
commit
cfae6184d5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue