Skip to content

Commit c3b0903

Browse files
baltzelltongtongcao
authored andcommitted
check for null (#1046)
1 parent ffc9ad5 commit c3b0903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reconstruction/dc/src/main/java/org/jlab/rec/dc/track/TrackCandListFinder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,7 @@ private List<Track> findCurvedTracks(CrossList crossList, DCGeant4Factory DcDete
11021102
trjFind, fitStateVec,
11031103
fitStateVec.getZ(),
11041104
DcDetector, dcSwim);
1105+
11051106
// add candidate to list of tracks
11061107
if (cand.fit_Successful = true) {
11071108
cands.add(cand);

0 commit comments

Comments
 (0)