Skip to content

Commit 656acec

Browse files
author
Matthew Emmett
committed
Untabify.
1 parent 7f99ae0 commit 656acec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/pfasst/encap/imex_sweeper.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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\\))

0 commit comments

Comments
 (0)