Skip to content

Commit

Permalink
pedantic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matekelemen committed Jan 20, 2024
1 parent a7f8896 commit 37cf4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overloads/test/vectoroperators_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CIE_TEST_CASE( "DoubleVector operator overloads", "[overloads]" )
DoubleVector v3({ 10.0, 15.0, 14.0, 12.0});
DoubleVector resultDoubleVector;
double scalar = 2.5;
double resultScalar;
double resultScalar = 0.0;

// SCALAR ADDITION
CIE_TEST_REQUIRE_NOTHROW( resultDoubleVector = v1 + scalar );
Expand Down

0 comments on commit 37cf4ba

Please sign in to comment.