Skip to content

Commit 63a27b6

Browse files
committed
Updated the I/O code for the latest Detray version.
1 parent 9df4c3a commit 63a27b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/src/read_detector_description.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void read_json_dd(traccc::detector_description::host& dd,
120120
dd.resize(dd.size() + 1);
121121

122122
// Construct a Detray surface object.
123-
const detray::surface<traccc::default_detector::host> surface{
123+
const detray::tracking_surface<traccc::default_detector::host> surface{
124124
detector, surface_desc.barcode()};
125125

126126
// Fill the new element with the geometry ID and the transformation of

0 commit comments

Comments
 (0)