Skip to content

Commit

Permalink
undo debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
briandrawert committed Dec 13, 2021
1 parent 9bd56fd commit 86c7cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ namespace Spatialpy{
//fflush(stdout);
}
//printf("pairwiseForce(id=%i) num_chem_rxns=%i\n",me->id,system->num_chem_rxns);
printf("pairwiseForce(id=%i) F=[%e %e %e] Fbp=[%e %e %e]\n",me->id,me->F[0],me->F[1],me->F[2],me->Fbp[0],me->Fbp[1],me->Fbp[2]);
//printf("pairwiseForce(id=%i) F=[%e %e %e] Fbp=[%e %e %e]\n",me->id,me->F[0],me->F[1],me->F[2],me->Fbp[0],me->Fbp[1],me->Fbp[2]);
//fflush(stdout);

// after processing all neighbors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ namespace Spatialpy{
// Step 3.3: Apply BVF
if (me->solidTag == 0 && system->static_domain == 0) {
computeBoundaryVolumeFraction(me,system);
//applyBoundaryVolumeFraction(me, system);
applyBoundaryVolumeFraction(me, system);
}

// Solve deterministic/stochastic reaction-diffusion system
Expand Down

0 comments on commit 86c7cce

Please sign in to comment.