Skip to content

Commit 544981e

Browse files
committed
grt: rm default arg for CUGR::write in cugr
Signed-off-by: Matt Liberty <[email protected]>
1 parent e05162c commit 544981e

File tree

1 file changed

+1
-1
lines changed
  • src/grt/src/cugr/include

1 file changed

+1
-1
lines changed

src/grt/src/cugr/include/CUGR.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class CUGR
6868
stt::SteinerTreeBuilder* stt_builder);
6969
void init(int min_routing_layer, int max_routing_layer);
7070
void route();
71-
void write(const std::string& guide_file = "");
71+
void write(const std::string& guide_file);
7272
NetRouteMap getRoutes();
7373

7474
private:

0 commit comments

Comments
 (0)