We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a70c84 + 1cfb948 commit bc2b494Copy full SHA for bc2b494
1 file changed
include/solvers/time_solver.h
@@ -265,9 +265,9 @@ class TimeSolver : public ReferenceCountedObject<TimeSolver>
265
void set_solution_history(const SolutionHistory & _solution_history);
266
267
/**
268
- * A getter function that returns a reference to the solution history
269
- * object owned by TimeSolver
270
- * */
+ * A getter function that returns a reference to the solution history
+ * object owned by TimeSolver
+ */
271
SolutionHistory & get_solution_history();
272
273
0 commit comments