Skip to content

Commit a243261

Browse files
committed
bug fix: exporting calflow function
1 parent 1fd2520 commit a243261

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

PriorityFlow_1.0.tar.gz

7 Bytes
Binary file not shown.

Rpkg/NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(CalcFlow)
34
export(CalcStreamOrder)
45
export(CalcSubbasins)
56
export(D4TraverseB)

Rpkg/R/CalcFlow.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
#' @param mask mask with ones for cells to be processed and zeros for everything else - defaults to a mask of all 1's
2222
#' 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
2323
#' domain and [nx,ny] is the upper right
24-
#'
25-
#'
24+
#' @export
2625
CalcFlow=function(file.path, run.name, file.nums, slopex.file,
2726
slopey.file, overland.type, mannings, epsilon=1e-5,
2827
dx=1, dy=1, mask){

0 commit comments

Comments
 (0)