fix the static code warning
This commit is contained in:
@@ -82,7 +82,7 @@ class Pendulum
|
||||
*/
|
||||
struct Action
|
||||
{
|
||||
double action;
|
||||
double action = 0.0;
|
||||
// Storing degree of freedom
|
||||
const int size = 1;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user