diff --git a/Main.R b/Main.R
index cf53b637b31e6a590451087b1bd45f5d0e8324ee..df4c2e1579dabfc346ca8ed96a028799cab47575 100644
--- a/Main.R
+++ b/Main.R
@@ -41,9 +41,10 @@ db_names <- c("MV_Hartola",
 
 ### Restructure the SQL database: querry that creates the final UNIT table, which contains indicators over time under regimes
 #
-# !!! Only needed if the DB is read/loaded for the first time.  !!!
+# !!! Only needed if the DB is read/loaded for the first time. THis may take some time  !!!
+# !!! For your downloaded watershed data this is already done. !!!
 
-source(paste0(path, "structure_SIMO_rslDB_FBE.R")) # Afterwards, you can exclude this line with: #
+# source(paste0(path, "structure_SIMO_rslDB_FBE.R")) # Afterwards, you can exclude this line with: #
 
 
 ### Import the restructured SIMO data (from UNIT table) in the R-environment