Skip to content

Commit

Permalink
new timing point
Browse files Browse the repository at this point in the history
  • Loading branch information
mem48 committed Nov 18, 2023
1 parent a89d57a commit 26bfbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/transxchange_export_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ reorder_jps <- function(jps_sub, func = min){
#' @noRd
#'
clean_timepoints <- function(tp) {
if (tp %in% c("OTH","otherPoint")) {
if (tp %in% c("OTH","otherPoint","timeInfoPoint")) {
return(0L)
} else if (tp %in% c("PTP", "TIP", "PPT",
"principleTimingPoint",
Expand Down

0 comments on commit 26bfbfd

Please sign in to comment.