Skip to content

Commit 6382aaf

Browse files
Update rr_graph_uxsdcxx_serializer.h
1 parent 487ed26 commit 6382aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/librrgraph/src/io/rr_graph_uxsdcxx_serializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ class RrGraphSerializer final : public uxsd::RrGraphBase<RrGraphContextTypes> {
18271827
read_rr_graph_filename_->assign(read_rr_graph_name_);
18281828

18291829
if (do_check_rr_graph_) {
1830-
const vtr::NdMatrix<const t_vib_inf*, 3> vib_grid_;
1830+
const vtr::NdMatrix<const VibInf*, 3> vib_grid_;
18311831
check_rr_graph(*rr_graph_,
18321832
physical_tile_types_,
18331833
*rr_indexed_data_,

0 commit comments

Comments
 (0)