Skip to content

Commit

Permalink
fractal neg dbg: print d
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Dziekan committed Mar 14, 2023
1 parent a540477 commit db06d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmpdata++/formulae/fractal_reconstruction.hpp
Expand Up @@ -124,6 +124,7 @@ namespace libmpdataxx
if(blitz::min(arr(pis<d>(i , j, k))) < 0)
{
std::cerr << "negative reonstruction @ i: " <<
" d: " << d <<
" i: " << i <<
" j: " << j <<
" k: " << k <<
Expand All @@ -140,6 +141,7 @@ namespace libmpdataxx
if(blitz::min(arr(pis<d>(i_next, j, k))) < 0)
{
std::cerr << "negative reonstruction @ i_next: " <<
" d: " << d <<
" i_next:" << i_next <<
" j: " << j <<
" k: " << k <<
Expand Down

0 comments on commit db06d95

Please sign in to comment.