Skip to content

Commit

Permalink
+ fixing read_ArgusSolution()
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-da committed May 18, 2017
1 parent 5b5696c commit 88c4c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tauBatch_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ read_ArgusSolution <- function(fIn) {
if (!file.exists(fIn)) {
stop("Output file",dQuote(fIn),"does not exist!\n")
}
fread(f)
fread(fIn)
}


Expand Down

0 comments on commit 88c4c4c

Please sign in to comment.