# HG changeset patch # User greg # Date 1510245937 18000 # Node ID 4d38c1789ae020172cfd5f511e57341c6a077cc0 # Parent 3ef94dce7454e9dd3ab64d65831b60f37e7c3ec1 Uploaded diff -r 3ef94dce7454 -r 4d38c1789ae0 insect_phenology_model.R --- a/insect_phenology_model.R Thu Nov 09 11:40:32 2017 -0500 +++ b/insect_phenology_model.R Thu Nov 09 11:45:37 2017 -0500 @@ -205,7 +205,7 @@ cat("Number of days: ", opt$num_days, "\n") cat("Latitude: ", latitude, "\n") -cat("Replications: ", opt$replications) +cat("Replications: ", opt$replications, "\n") # Initialize matrix for results from all replications. S0.rep <- S1.rep <- S2.rep <- S3.rep <- S4.rep <- S5.rep <- matrix(rep(0, opt$num_days * opt$replications), ncol = opt$replications)