Skip to content
Snippets Groups Projects
Commit 1067bb30 authored by Andrei Herdt's avatar Andrei Herdt Committed by Olivier Stasse
Browse files

Minor change

parent 91f60c13
Branches
Tags
No related merge requests found
......@@ -111,6 +111,8 @@ namespace PatternGeneratorJRL
/// \brief Accessors to the state matrices
inline state_variant_t const & State() const
{ return m_StateMatrices; };
inline state_variant_t & State()
{ return m_StateMatrices; };
/// \brief Accessors to the objective dependent matrices
objective_variant_t const & Objective( const int aObjectiveType ) const;
......@@ -127,7 +129,7 @@ namespace PatternGeneratorJRL
{ return m_StateMatrices.Ref; };
inline reference_t & Reference()
{ return m_StateMatrices.Ref; };
inline void Reference( reference_t & Ref )
inline void Reference( const reference_t & Ref )
{ m_StateMatrices.Ref = Ref; };
/// \brief Accessors to the Center of Mass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment