Skip to content

Commit

Permalink
missed argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyung committed Dec 20, 2018
1 parent 319f565 commit 9846436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/calc_flux.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tcalc_flux <-function(body_land_array, vf_dir, id, vect_scal,
refv = refv[i],
vect_scal = vect_scal,
ln_width = ln_width, ln_width_scal = ln_width_scal,
side = side,
side = side, type = type,
body_land = body_land_array[, , i], scal = scal)
}

Expand Down
2 changes: 1 addition & 1 deletion man/calc_flux.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Calculate 2D 'flux' over a line segment.
}
\usage{
calc_flux(FUN = get_fluxln, vf_path, side = c('right', 'left'),
refv = 0, width, ...)
refv = 0, width, scal, ...)

tcalc_flux(body_land_array, vf_dir, id, vect_scal,
type = c('top', 'side'), relative = TRUE, ln_width,
Expand Down

0 comments on commit 9846436

Please sign in to comment.