Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Derouillat committed Jul 6, 2017
2 parents 80e2140 + 1b865a2 commit c02087e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SmileiMPI/SmileiMPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,6 @@ void SmileiMPI::recv(ElectroMagn* EM, int from, int tag)
else if ( dynamic_cast<ElectroMagnBC3D_SM*>(EM->emBoundCond[bcId]) ) {
ElectroMagnBC3D_SM* embc = static_cast<ElectroMagnBC3D_SM*>(EM->emBoundCond[bcId]);

recv( EM->Bz_ , from, tag ); tag++;

// BCs at the border
if (embc->Bx_val) { recv( embc->Bx_val, from, tag); tag++;}
if (embc->By_val) { recv( embc->By_val, from, tag); tag++;}
Expand Down

0 comments on commit c02087e

Please sign in to comment.