Skip to content
Snippets Groups Projects
Commit fed31d0e authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

[skip ci] Add some comments

parent d5979f3a
No related branches found
No related tags found
1 merge request!466devel->main
Pipeline #12042 skipped
...@@ -368,6 +368,7 @@ class Problem : public std::enable_shared_from_this<Problem> ...@@ -368,6 +368,7 @@ class Problem : public std::enable_shared_from_this<Problem>
// All branches ------------------------------------------- // All branches -------------------------------------------
// perturb states // perturb states
void perturb(double amplitude = 0.01); void perturb(double amplitude = 0.01);
// transform states
void transform(const VectorComposite& _transformation); void transform(const VectorComposite& _transformation);
bool isTransformed() const; bool isTransformed() const;
void resetTransformed(); void resetTransformed();
...@@ -431,7 +432,7 @@ class Problem : public std::enable_shared_from_this<Problem> ...@@ -431,7 +432,7 @@ class Problem : public std::enable_shared_from_this<Problem>
/** /**
* \brief print wolf tree * \brief print wolf tree
* \param depth : levels to show ( 0: H, T, M : 1: H:S, T:F, M:L ; 2: H:S:p, T:F:C ; 3: T:F:C:f ; 4: T:F:C:f:c ) * \param depth : levels to show ( 0: H, T, M : 1: H:S, T:F, M:L ; 2: H:S:p, T:F:C ; 3: T:F:C:f ; 4: T:F:C:f:c )
* \param constr_by: show factors pointing to F, f and L. * \param constr_by : show factors pointing to F, C, f and L.
* \param metric : show metric info (status, time stamps, state vectors, measurements) * \param metric : show metric info (status, time stamps, state vectors, measurements)
* \param state_blocks : show state blocks * \param state_blocks : show state blocks
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment