Skip to content

Commit b41823a

Browse files
committed
Small fix
1 parent bf1eb8a commit b41823a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/Mod_Prep4HPC.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Mod_Prep4HPC <- function(
312312
}
313313

314314
IASDT.R::RecordArgs(
315-
ExportPath = IASDT.R::Path(Path_Model, "Args_Prep4HPC.RData"))
315+
ExportPath = IASDT.R::Path(Path_Model, "Args_Mod_Prep4HPC.RData"))
316316

317317
# # ..................................................................... ###
318318

R/Mod_PrepData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Mod_PrepData <- function(
102102
fs::dir_create(Path_Model)
103103

104104
IASDT.R::RecordArgs(
105-
ExportPath = IASDT.R::Path(Path_Model, "Args_PrepData.RData"))
105+
ExportPath = IASDT.R::Path(Path_Model, "Args_Mod_PrepData.RData"))
106106

107107
# # ..................................................................... ###
108108

0 commit comments

Comments
 (0)