Skip to content

Commit

Permalink
Add clarifying note in the code doc
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Aug 28, 2023
1 parent 80bc185 commit 5c9dac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/colvarvalue.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ class colvarvalue {
/// number and always behaves like it unless you change its type
colvarvalue();

/// Constructor from a type specification
/// Constructor from a type flag (note: type_vector also needs the vector length to be set)
/// \param[in] vti Value of the \link Type \endlink enum
colvarvalue(Type const &vti);

/// Copy constructor from real base type
Expand Down

0 comments on commit 5c9dac7

Please sign in to comment.