File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -317,9 +317,9 @@ namespace pfasst
317317
318318 /* *
319319 * Evaluates the implicit part of the right hand side at the given time.
320- *
321- * This is typically called to compute the implicit part of the right hand side at the first
322- * collocation node, and on all nodes after restriction or interpolation.
320+ *
321+ * This is typically called to compute the implicit part of the right hand side at the first
322+ * collocation node, and on all nodes after restriction or interpolation.
323323 *
324324 * @param[in,out] f_impl Encapsulation to store the evaluated right hand side
325325 * @param[in] u Encapsulation storing the solution values to use for computing the implicit
@@ -343,7 +343,7 @@ namespace pfasst
343343 * stepper for the explicit piece, and a backward-Euler stepper for the implicit piece.
344344 * This routine (implemented by the user) performs the solve required to perform one
345345 * backward-Euler sub-step, and also returns \\(f_{\\rm impl}(U)\\).
346- *
346+ *
347347 * @param[in,out] f_impl Encapsulation to store the evaluated right hand side
348348 * @param[in,out] u Encapsulation to store the solution of the backward-Euler sub-step
349349 * @param[in] t time point (of \\(RHS\\))
You can’t perform that action at this time.
0 commit comments