Skip to content

Commit 189d293

Browse files
committed
Remaining modification of the diagram
1 parent acf60eb commit 189d293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/ch_conceptual_design/data-products.gv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ digraph {
1515
fontcolor="blue"
1616
color="none"
1717
label=<<b>Data-product<br/> concept</b>>
18-
hits [label="Hits", shape="ellipse", fillcolor="lightcyan", fontcolor="blue", color="blue"]
18+
hits [label="HitCollection", shape="ellipse", fillcolor="lightcyan", fontcolor="blue", color="blue"]
1919
}
2020

2121
hits -> real_world_hits [style="dotted", label="abstracts", color="blue", fontcolor="blue"]
@@ -36,7 +36,7 @@ digraph {
3636
fontcolor="webgreen"]
3737

3838
std_vector [label=<<b>std::vector&lt;Hit&gt;</b>>]
39-
hit_coll [label=<<b>HitColl</b>>]
39+
hit_coll [label=<<b>HitSOA</b>>]
4040
py_hit_coll [label=<<b>py_hit_coll </b>>]
4141
}
4242

0 commit comments

Comments
 (0)