From ed44e08fb1485a67ee3b5d6f53ff2fe70fbe2073 Mon Sep 17 00:00:00 2001
From: Ger van Diepen <diepen@astron.nl>
Date: Wed, 8 Dec 2010 14:54:05 +0000
Subject: [PATCH] bug 1436: Use defaults for parameters

---
 CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc b/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc
index f0b68ab3096..87df4bb5e08 100644
--- a/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc
+++ b/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc
@@ -58,8 +58,8 @@ namespace LOFAR
     ///    itsFreqAvg = parset.getInt ("average.freqstep", 1);
     ///    itsCorrect = parset.getStringVector ("correct");
     itsParmDBName = parset.getString ("ParmDB.Instrument", "");
-    itsConfigName = parset.getString ("Beam.StationConfig.Name");
-    itsConfigPath = parset.getString ("Beam.StationConfig.Path");
+    itsConfigName = parset.getString ("Beam.StationConfig.Name", "");
+    itsConfigPath = parset.getString ("Beam.StationConfig.Path", "");
   }
 
   LofarWProjectGridder::~LofarWProjectGridder()
-- 
GitLab