Skip to content

Commit aec4190

Browse files
Add default
1 parent 476f24e commit aec4190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Base/AMReX_CArena.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public:
8282
//! Return the amount of memory in this pointer. Return 0 for unknown pointer.
8383
std::size_t sizeOf (void* p) const noexcept;
8484

85-
void PrintUsage (std::string const& name, bool print_max_usage) const;
85+
void PrintUsage (std::string const& name, bool print_max_usage=false) const;
8686

8787
void PrintUsage (std::ostream& os, std::string const& name, std::string const& space) const;
8888

0 commit comments

Comments
 (0)