Skip to content

Commit 780c2f0

Browse files
sixtracklib/cuda: fixes wrong type alias (merge artifact)
1 parent c82a0f3 commit 780c2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sixtracklib/cuda/track/track_job.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ namespace SIXTRL_CXX_NAMESPACE
16681668

16691669
if( status == st::ARCH_STATUS_SUCCESS )
16701670
{
1671-
status = _base_t::doPrepareBeamElementsStructures( belem_buffer );
1671+
status = base_tjob_t::doPrepareBeamElementsStructures( belem_buffer );
16721672
}
16731673

16741674
if( status == st::ARCH_STATUS_SUCCESS )

0 commit comments

Comments
 (0)