Skip to content

Commit bc2b494

Browse files
authored
Merge pull request libMesh#3588 from jwpeterson/fix_non_ascii
Delete non-ASCII characters from header
2 parents 2a70c84 + 1cfb948 commit bc2b494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/solvers/time_solver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ class TimeSolver : public ReferenceCountedObject<TimeSolver>
265265
void set_solution_history(const SolutionHistory & _solution_history);
266266

267267
/**
268-
* A getter function that returns a reference to the solution history
269-
* object owned by TimeSolver
270-
 * */
268+
* A getter function that returns a reference to the solution history
269+
* object owned by TimeSolver
270+
*/
271271
SolutionHistory & get_solution_history();
272272

273273
/**

0 commit comments

Comments
 (0)