Skip to content
Snippets Groups Projects
Commit e6e68fd2 authored by René Fritze's avatar René Fritze
Browse files

-

parent 3b970a97
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ struct RunInfo
//! used in all runs to store L2 errors across runs
typedef std::vector<RunInfo> RunInfoVector;
typedef unsigned int RunInfoVectorMapKeyType;
typedef int RunInfoVectorMapKeyType;
typedef std::map<RunInfoVectorMapKeyType, RunInfoVector> RunInfoVectorMap;
......
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