Skip to content

Commit

Permalink
Enum Support: Small Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 21, 2024
1 parent a34a54b commit a18ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ablastr/fields/MultiFabRegister.H
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace
} else
{
// user-defined AMREX_ENUM or compile error
return amrex::getEnumClassName<T>(name);
return amrex::getEnumClassName<T>();
}
}
}
Expand Down

0 comments on commit a18ce22

Please sign in to comment.