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

* Small fix of filewriter

parent 9c5daa06
No related branches found
No related tags found
No related merge requests found
......@@ -468,7 +468,7 @@ namespace AMDiS {
/// Returns \ref fileWriters.
std::vector<FileWriterInterface*> getFileWriterList() {
std::vector<FileWriterInterface*>& getFileWriterList() {
return fileWriters;
}
......
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