aboutsummaryrefslogtreecommitdiffstats
path: root/R/calibrate_tranches_BC.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/calibrate_tranches_BC.R')
-rw-r--r--R/calibrate_tranches_BC.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/calibrate_tranches_BC.R b/R/calibrate_tranches_BC.R
index bed9a4e3..7487bc80 100644
--- a/R/calibrate_tranches_BC.R
+++ b/R/calibrate_tranches_BC.R
@@ -103,9 +103,9 @@ for(i in seq_along(runs$name)){
## save risk numbers into the csv file
if(!args$update && j==1){
- cat(csvheaders(index), "\n", file=filename)
+ cat(csvheaders(index), sep="\n", file=filename)
}
- cat(tocsv(index), "\n", file=filename, append=TRUE)
+ cat(tocsv(index), sep="\n", file=filename, append=TRUE)
loginfo("done")
}
}