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