Skip to content

Commit

Permalink
some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Evghenii committed Nov 27, 2013
1 parent fce9556 commit 8c2ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parallelIO/bonsaiIO.h
Expand Up @@ -59,7 +59,7 @@ struct BonsaiIO
return true;
}

template<typename T, typename ID_t>
template<typename ID_t, typename T>
bool readAttribute(const std::string &attributeName, const std::vector<ID_t> &IDList, std::vector<T> &attributeData)
{
assert(isFileOpenedForRead());
Expand Down

0 comments on commit 8c2ddf3

Please sign in to comment.