Skip to content

Commit 0b48cc8

Browse files
ZedThreedschwoerer
andauthored
Fix outdated comment on arakawa enum
Co-authored-by: David Bold <dschwoerer@users.noreply.github.com>
1 parent f9c066a commit 0b48cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bout/difops.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Field3D b0xGrad_dot_Grad(const Field3D& phi, const Field3D& A,
273273
enum class BRACKET_METHOD {
274274
standard, ///< Use b0xGrad_dot_Grad
275275
simple, ///< Keep only terms in X-Z
276-
arakawa, ///< Arakawa method in X-Z (optimised)
276+
arakawa, ///< Arakawa method in X-Z
277277
ctu, ///< Corner Transport Upwind (CTU) method. Explicit method only, needs the
278278
/// timestep from the solver
279279
};

0 commit comments

Comments
 (0)