Skip to content

Commit

Permalink
bug fix: exporting calflow function
Browse files Browse the repository at this point in the history
  • Loading branch information
lecondon committed May 7, 2020
1 parent 1fd2520 commit a243261
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified PriorityFlow_1.0.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions Rpkg/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(CalcFlow)
export(CalcStreamOrder)
export(CalcSubbasins)
export(D4TraverseB)
Expand Down
3 changes: 1 addition & 2 deletions Rpkg/R/CalcFlow.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
#' @param mask mask with ones for cells to be processed and zeros for everything else - defaults to a mask of all 1's
#' if a mask is a provide it shoudl be a [nx,ny] matrix such that such that [1,1] is the lower left corner of the
#' domain and [nx,ny] is the upper right
#'
#'
#' @export
CalcFlow=function(file.path, run.name, file.nums, slopex.file,
slopey.file, overland.type, mannings, epsilon=1e-5,
dx=1, dy=1, mask){
Expand Down

0 comments on commit a243261

Please sign in to comment.