Skip to content

Commit

Permalink
merge needed because previous merge broke the build
Browse files Browse the repository at this point in the history
Merge branch 'master' into wavreadfix
  • Loading branch information
vincentvanhees committed Aug 6, 2017
2 parents 3e4006f + 67f2d2a commit ee2011f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/g.calibrate.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ g.calibrate = function(datafile,use.temp=TRUE,spherecrit=0.3,minloadcrit=72,prin

accread = g.readaccfile(filename=datafile,blocksize=blocksize,blocknumber=i,
selectdaysfile = selectdaysfile,filequality=filequality,
decn=decn,dayborder=dayborder)
decn=decn,dayborder=dayborder,ws=ws)
P = accread$P
filequality = accread$filequality
filetooshort = filequality$filetooshort
Expand Down
3 changes: 2 additions & 1 deletion man/g.sib.det.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
See \link{g.part3}
}
\item{acc.metric}{
Which one of the metrics do you want to consider to analyze L5. The metric of interest need to be calculated in M (see \link{g.part1})
Which one of the metrics do you want to consider to analyze L5. The metric of
interest need to be calculated in M (see \link{g.part1})
}
\item{desiredtz}{
See \link{g.part3}
Expand Down

0 comments on commit ee2011f

Please sign in to comment.