File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -211,10 +211,4 @@ class Replace
211211 std::string gui_debug_images_path_ = " REPORTS_DIR" ;
212212};
213213
214- inline constexpr const char * format_label_int = " {:27} {:10}" ;
215- inline constexpr const char * format_label_float = " {:27} {:10.4f}" ;
216- inline constexpr const char * format_label_um2 = " {:27} {:10.3f} um^2" ;
217- inline constexpr const char * format_label_percent = " {:27} {:10.2f} %" ;
218- inline constexpr const char * format_label_um2_with_delta
219- = " {:27} {:10.3f} um^2 ({:+.2f}%)" ;
220214} // namespace gpl
Original file line number Diff line number Diff line change @@ -1350,4 +1350,11 @@ inline bool isValidSigType(const odb::dbSigType& db_type)
13501350 || db_type == odb::dbSigType::CLOCK);
13511351}
13521352
1353+ inline constexpr const char * format_label_int = " {:27} {:10}" ;
1354+ inline constexpr const char * format_label_float = " {:27} {:10.4f}" ;
1355+ inline constexpr const char * format_label_um2 = " {:27} {:10.3f} um^2" ;
1356+ inline constexpr const char * format_label_percent = " {:27} {:10.2f} %" ;
1357+ inline constexpr const char * format_label_um2_with_delta
1358+ = " {:27} {:10.3f} um^2 ({:+.2f}%)" ;
1359+
13531360} // namespace gpl
You can’t perform that action at this time.
0 commit comments