We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487ed26 commit 6382aafCopy full SHA for 6382aaf
libs/librrgraph/src/io/rr_graph_uxsdcxx_serializer.h
@@ -1827,7 +1827,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
1827
read_rr_graph_filename_->assign(read_rr_graph_name_);
1828
1829
if (do_check_rr_graph_) {
1830
- const vtr::NdMatrix<const t_vib_inf*, 3> vib_grid_;
+ const vtr::NdMatrix<const VibInf*, 3> vib_grid_;
1831
check_rr_graph(*rr_graph_,
1832
physical_tile_types_,
1833
*rr_indexed_data_,
0 commit comments