Skip to content

Re: Compilation of 3d codes in hybrid mode

#2182
mathias
Keymaster

Dear benson,rnrnI could repruduce the bug you reported. We will correct it in the next release. Meanwhile, you may use the following fixes around line 71 and 132 in the file src/core/blockLattice3d.hh:rnrnThe “”statistics->initialize();“” must move two line up such that it reads:rnrn#elsern statistics = new LatticeStatistics<T> (*rhs.statistics);rn statistics->initialize();rn#endifrnrnThanks for reporting!rnrnBest regardsrnMathiasrn