Skip to content

Commit

Permalink
whoops, forgot to ref TrackUtils instead of track
Browse files Browse the repository at this point in the history
  • Loading branch information
alspellm committed Jun 5, 2023
1 parent db6f426 commit f054e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private List<Double> getTrackPositionAtEcal(Track track){
}
else {
TrackData trackdata = (TrackData) trackToData.from(track);
TrackState ts_ecal = track.getTrackStateAtECal(track);
TrackState ts_ecal = TrackUtils.getTrackStateAtECal(track);
//If trackstate is null, upstream extrapolation error. Skip this
//Track
if(ts_ecal == null){
Expand Down

0 comments on commit f054e27

Please sign in to comment.