Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed May 24, 2024
1 parent a5ec831 commit 060139c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solver/Integrator/Integrator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ int Integrator::sync_status(const bool only_correct) {
/**
* Some algorithms solve a system which differs from the original one.
* The size of the problem changes thus the computed increment contains additional internal
* quantities. This methods updates internal quantities stored in those integrators.
* quantities. This method updates internal quantities stored in those integrators.
*/
int Integrator::update_internal(const mat&) { return SUANPAN_SUCCESS; }

Expand Down

0 comments on commit 060139c

Please sign in to comment.