Skip to content
Snippets Groups Projects
Commit ed44e08f authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 1436:

Use defaults for parameters
parent 557aa7be
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment