Fixed initialization of realMap

This commit is contained in:
Guilhem Lavaux 2013-05-02 15:17:19 -04:00
parent e2280a899f
commit cfae6184d5

View File

@ -56,6 +56,7 @@ namespace CosmoTool
public:
EuclidianFourierTransform(const DimArray& dims, const std::vector<double>& L)
{
realMap = 0;
create_plan(dims, L);
}