Skip to content

Commit

Permalink
Reference working dir when initializing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone authored Jul 29, 2016
1 parent 78de612 commit 7c3462b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/hysplit_dispersion.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ hysplit_dispersion <- function(lat = 49.263,
# config files
if (!("SETUP.CFG" %in% list.files()) |
!("ASCDATA.CFG" %in% list.files())) {
hysplit_config_init()
hysplit_config_init(get_wd())
}

# Set number of particles to 1 in the SETUP.CFG file
Expand Down

0 comments on commit 7c3462b

Please sign in to comment.