Skip to content

Commit

Permalink
Merge branch 'develop' into dk
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed May 10, 2018
2 parents c70f470 + b262171 commit 2d19188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/adp.R
Original file line number Diff line number Diff line change
Expand Up @@ -2412,7 +2412,7 @@ toEnuAdp <- function(x, declination=0, debug=getOption("oceDebug"))
} else if (coord == "sfm") {
x <- xyzToEnuAdp(x, declination=declination, debug=debug-1)
} else if (coord == "enu") {
;
warning("toEnuAdp cannot convert, object is already in cooordinate system ENU, returning argument as-is")
} else {
warning("toEnuAdp cannot convert from coordinate system ", coord, " to ENU, so returning argument as-is")
}
Expand Down

0 comments on commit 2d19188

Please sign in to comment.