diff --git a/runtime/parallelIO/bonsaiIO.h b/runtime/parallelIO/bonsaiIO.h index 92852a4..f8c5537 100644 --- a/runtime/parallelIO/bonsaiIO.h +++ b/runtime/parallelIO/bonsaiIO.h @@ -59,7 +59,7 @@ struct BonsaiIO return true; } - template + template bool readAttribute(const std::string &attributeName, const std::vector &IDList, std::vector &attributeData) { assert(isFileOpenedForRead());