We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476f24e commit aec4190Copy full SHA for aec4190
1 file changed
Src/Base/AMReX_CArena.H
@@ -82,7 +82,7 @@ public:
82
//! Return the amount of memory in this pointer. Return 0 for unknown pointer.
83
std::size_t sizeOf (void* p) const noexcept;
84
85
- void PrintUsage (std::string const& name, bool print_max_usage) const;
+ void PrintUsage (std::string const& name, bool print_max_usage=false) const;
86
87
void PrintUsage (std::ostream& os, std::string const& name, std::string const& space) const;
88
0 commit comments