Skip to content

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1776
    benson
    Member

    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

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.