Skip to content
Snippets Groups Projects
Commit 17f6a710 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix typo on kwd filenames

parent a626ea13
Branches
Tags
No related merge requests found
......@@ -580,7 +580,7 @@ String KWDFile::getFileName()
void KWDFile::initFile(int processorNumber, String basename)
{
if (isOpen()) return;
filename = basename + "_" + String(processorNumber) + "_raw.kwd";
filename = basename + "_" + String(processorNumber) + ".raw.kwd";
readyToOpen=true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment