Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 69437dcc authored by Michael KRISPER's avatar Michael KRISPER
Browse files

using correct name of sumfile (was jobfile)

parent 944b729f
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ namespace TUGraz.VectoCore.OutputData.FileIO
/// <summary>
///
/// </summary>
/// <param name="jobFile">full path of the json job-file. jobName and basePath are extracted</param>
/// <param name="jobFile">full path of the json job-file. jobName and basePath are extracted.</param>
public FileOutputWriter(string jobFile)
{
_jobFile = jobFile;
......@@ -57,7 +57,7 @@ namespace TUGraz.VectoCore.OutputData.FileIO
public void WriteSumData(DataTable data)
{
VectoCSVFile.Write(_jobFile, data);
VectoCSVFile.Write(SumFileName, data);
}
public string GetModDataFileName(string runName, string cycleName, string runSuffix)
......
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