Skip to content
Snippets Groups Projects
Commit 08b40078 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

ArhReader corrected

parent 6aae899d
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ namespace AMDiS {
bool writeParallel,
int nProcs)
{
int nValueVectors = getNumValueVectors(filename);
size_t nValueVectors = getNumValueVectors(filename);
vector<DOFVector<double>*> vecs(0);
if (nValueVectors > 0)
vecs.push_back(vec0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment