Skip to content

Commit

Permalink
Class "BounceActionInt" default constructor had an additional ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
vollous committed Apr 29, 2024
1 parent 984c941 commit a97dc19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bounce_solution/action_calculation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
namespace BSMPT
{

BounceActionInt::BounceActionInt(){};
BounceActionInt::BounceActionInt()
{
}

BounceActionInt::BounceActionInt(
std::vector<std::vector<double>> InitPath_In,
Expand Down

0 comments on commit a97dc19

Please sign in to comment.