Skip to content
Snippets Groups Projects
Commit 4acccd54 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

fix error introduce by merge (in curve_abc constructor)

parent 9f142a9e
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,6 @@ struct curve_abc : std::unary_function<Time, Point>,
typedef Point_derivate point_derivate_t;
typedef Time time_t;
/* Constructors - destructors */
public:
/// \brief Constructor.
curve_abc(){}
/* Constructors - destructors */
public:
/// \brief Constructor.
......
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