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

bug 1314:

Also write fileName
parent 3232896a
No related branches found
No related tags found
No related merge requests found
...@@ -204,6 +204,7 @@ void VdsMaker::create (const string& msName, const string& outName, ...@@ -204,6 +204,7 @@ void VdsMaker::create (const string& msName, const string& outName,
ClusterDesc cdesc((ParameterSet(clusterDescName))); ClusterDesc cdesc((ParameterSet(clusterDescName)));
msd.setName (absName, findFileSys(absName, cdesc, hostName)); msd.setName (absName, findFileSys(absName, cdesc, hostName));
} }
msd.setFileName (absName);
// Get freq info. // Get freq info.
// Fill in correlation info. // Fill in correlation info.
vector<string> corrNames; vector<string> corrNames;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment