Skip to content

Commit 6786ada

Browse files
committed
global variable update for calcRootC
1 parent 5d9fa76 commit 6786ada

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

R/CBM-tools_calcRootC.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
utils::globalVariables(c(
3-
"..aboveGroundColumns"
3+
"sw", "AG", "SoftwoodAG", "HardwoodAG", "SoftwoodAGB", "HardwoodAGB",
4+
"SoftwoodRootB", "HardwoodRootB", "SoftwoodRootProp", "HardwoodRootProp"
45
))
56

67
#' `calcRootC`

0 commit comments

Comments
 (0)