Skip to content

Commit

Permalink
uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
acitrain committed Jan 23, 2025
1 parent 8c3f8ae commit 1b2289e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ TEST_F( AcousticWaveEquationSEMTest, SeismoTrace )
real32 diffToCheck;
diffToCheck=std::abs( sum_ufb-sum_qff ) / std::max( std::sqrt( sum_fb2*sum_u2 ), std::sqrt( sum_q2*sum_ff2 ));
std::cout << " Diff to compare with 9e-3: " << diffToCheck << std::endl;
ASSERT_TRUE( diffToCheck < 9e-3);
ASSERT_TRUE( diffToCheck < 9e-3 );
}

int main( int argc, char * * argv )
Expand Down

0 comments on commit 1b2289e

Please sign in to comment.