diff --git a/lib/Layer.h b/lib/Layer.h index 0c845c18..7b468f60 100644 --- a/lib/Layer.h +++ b/lib/Layer.h @@ -282,7 +282,7 @@ namespace degate { /** * Print the layer. */ - void print(std::ostream & os); + void print(std::ostream & os = std::cout); /** * Notify the layer that a shape of a logic model object changed.