Skip to content
Snippets Groups Projects
Commit 997cb595 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Fixed mistake on last commit.

parent 548c3321
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ populateSiteINFO <- function(INFO, siteNumber,interactive=TRUE){
INFO$drain.area.va <- as.numeric(INFO$drain.area.va)
INFO$contrib.drain.area.va <- as.numeric(INFO$contrib.drain.area.va)
INFO$drainSqKm <- INFO$drain.area.va * 2.5899881
INFO$shortName <- station.nm
INFO$shortName <- INFO$station.nm
}
} else {
if (interactive){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment