From 8c2ddf333caf26cc8ed8d4557d3eb626a4a32359 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Wed, 27 Nov 2013 10:55:53 +0100 Subject: [PATCH] some improvements --- runtime/parallelIO/bonsaiIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());