Skip to content

Re: Compilation of 3d codes in hybrid mode

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum please send a message via our contact form.

Forums OpenLB Bug Reports Compilation of 3d codes in hybrid mode 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