Re: Compilation of 3d codes in hybrid mode
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › Bug Reports › Compilation of 3d codes in hybrid mode › Re: Compilation of 3d codes in hybrid mode
March 30, 2015 at 2:29 pm
#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