Skip to content

Commit 0604575

Browse files
committed
Fixed indentation
1 parent c637833 commit 0604575

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/aspect/simulator.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,12 +1342,12 @@ namespace aspect
13421342
* along the search direction. After the update, the current_linearization_point
13431343
* is set to the old current_linearlization_point plus a suitable update.
13441344
*
1345-
* @param dcr The defect correction residuals associated with the current nonlinear
1346-
* iteration.
1347-
* @param use_picard Whether a Picard iteration was used to update the nonlinear
1348-
* iteration (true) or a Newton update (false).
1349-
* @param search_direction The proposed update direction for the solution vector.
1350-
*
1345+
* @param dcr The defect correction residuals associated with the current nonlinear
1346+
* iteration.
1347+
* @param use_picard Whether a Picard iteration was used to update the nonlinear
1348+
* iteration (true) or a Newton update (false).
1349+
* @param search_direction The proposed update direction for the solution vector.
1350+
*
13511351
* @return This function returns the updated residual after the line
13521352
* search is performed.
13531353
*

0 commit comments

Comments
 (0)