Skip to content
Snippets Groups Projects
Commit 886333f7 authored by Svajunas Plunge's avatar Svajunas Plunge
Browse files

just comment corrected

parent 8fcc2010
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ add_kill_op <- function(project_path){
str_replace(c("forest_cut|grain1|grain|grass_bag|grass_mulch|hay_cut_high|hay_cut_low|orchard|peanuts|
silage|stover_high|stover_los|stover_med|tuber|vegetables"), "null") %>%
str_replace_all("[:digit:]", "0") %>%
str_replace("0.00000", "0.00001") ## Kill operation at 0.00001 HU, same day as harvest.
str_replace("0.00000", "0.00001") ## Kill operation at 0.00001 HU, next day after harvest.
mgt_sch[i] <- str_replace(mgt_sch[i], "hvkl", "harv")
mgt_sch <- insert_line_at(mgt_sch, kill_line, insert_after=i)
l <- l+1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment