Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Nov 27, 2024
1 parent c585d3e commit 4a1dcaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace amrex {
class GMRESPOISSON
{
public:
using RT = amrex::Real; // typename MultiFab::RT; // double or float
using RT = amrex::Real; // double or float
using GM = GMRES<MultiFab,GMRESPOISSON>;

explicit GMRESPOISSON (const BoxArray& ba, const DistributionMapping& dm, const Geometry& geom);
Expand Down

0 comments on commit 4a1dcaa

Please sign in to comment.