R/slca_print_progress_end.R

Defines functions slca_print_progress_end

## File Name: slca_print_progress_end.R
## File Version: 0.04

slca_print_progress_end <- function(s1, s2, progress)
{
    if (progress){
        cat("----------------------------------- \n")
        cat("Start:", paste(s1), "\n")
        cat("End:", paste(s2), "\n")
        cat("Difference:", print(s2 -s1), "\n")
        cat("----------------------------------- \n")
    }
}
alexanderrobitzsch/CDM documentation built on Aug. 30, 2022, 12:31 a.m.