Skip to content
Snippets Groups Projects
Commit 5647ca9b authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Read arh files from init file.

parent 7bc1307d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
#include "time.h"
#include "io/ArhReader.h"
#include "io/MacroReader.h"
#include "io/MacroInfo.h"
#include "io/MacroWriter.h"
......@@ -1241,6 +1242,11 @@ namespace AMDiS {
clearMacroFileInfo();
initialized = true;
string arhFilename("");
Parameters::get(name + "->arh file name", arhFilename);
if (arhFilename != "")
ArhReader::read(arhFilename, this);
}
......
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