Skip to content

Commit

Permalink
try to trigger coverage gap by constructing dummy spacing type
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Jan 3, 2024
1 parent 581fa08 commit ca7df7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/unitTests/testSpacing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TEST( testSpacing, testGaussLobattoSpacingCT )
int main( int argc, char * * argv )
{
shiva::EqualSpacing<float, 6> junk;
std::cout<<junk.coordinate(0)<<std::endl;
std::cout<<junk.coordinate<0>()<<std::endl;

::testing::InitGoogleTest( &argc, argv );
int const result = RUN_ALL_TESTS();
Expand Down

0 comments on commit ca7df7f

Please sign in to comment.