Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Oct 13, 2023
1 parent ab7b163 commit de674eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/poisson_gmg/poisson_equation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ namespace poisson_package {
class PoissonEquation {
public:
bool do_flux_cor = false;
// Add tasks to calculate the result of the matrix A (which is implicitly defined by

// Add tasks to calculate the result of the matrix A (which is implicitly defined by
// this class) being applied to x_t and store it in field out_t
template <class x_t, class out_t, class TL_t>
parthenon::TaskID Ax(TL_t &tl, parthenon::TaskID depends_on,
Expand Down

0 comments on commit de674eb

Please sign in to comment.