diff --git a/.vs/GrassCLIPS/v17/.wsuo b/.vs/GrassCLIPS/v17/.wsuo
index 42f7d8e18c49ea6117e76ee317e9ea4dcbfec173..779e0840426a02537272ebe9c22bcb5523cd71d2 100644
Binary files a/.vs/GrassCLIPS/v17/.wsuo and b/.vs/GrassCLIPS/v17/.wsuo differ
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index 6b6114114f4e89a1f2d0e911ff090e541af1260c..cf24c06eca7cd51ef962419a606f5072ae0cbe83 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -2,5 +2,6 @@
   "ExpandedNodes": [
     ""
   ],
+  "SelectedNode": "\\gc10_GrassGrowth.R",
   "PreviewInSolutionExplorer": false
 }
\ No newline at end of file
diff --git a/gc10_GrassGrowth.R b/gc10_GrassGrowth.R
index 7828cd12cfefac212307f92d72f862ab35fb0166..490512de091eebf46f6e3b1d69d4133c95a1381c 100644
--- a/gc10_GrassGrowth.R
+++ b/gc10_GrassGrowth.R
@@ -4,7 +4,7 @@
 ## 25 April 2023, Wageningen
 ##
 
-rm(list=ls()) # will remove ALL objects in memory
+rm(list=ls()) # will remove ALL objects in memory 
 
 # select the correct working directory
 setwd("~/Library/CloudStorage/Dropbox/Stats/R/GrassCLIPS")