[MOAB-dev] r5890 - MOAB/trunk/src/io
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Nov 28 18:14:25 CST 2012
Author: iulian
Date: 2012-11-28 18:14:25 -0600 (Wed, 28 Nov 2012)
New Revision: 5890
Modified:
MOAB/trunk/src/io/ReadNC.cpp
Log:
mbReads style issue
Modified: MOAB/trunk/src/io/ReadNC.cpp
===================================================================
--- MOAB/trunk/src/io/ReadNC.cpp 2012-11-29 00:11:52 UTC (rev 5889)
+++ MOAB/trunk/src/io/ReadNC.cpp 2012-11-29 00:14:25 UTC (rev 5890)
@@ -1873,8 +1873,8 @@
for (unsigned int t = 0; t < tstep_nums.size(); t++) {
// we will synchronize all these reads with the other processors,
// so the wait will be inside this double loop; is it too much?
- size_t mbReads = localGid.psize();
- std::vector<int> requests(mbReads), statuss(mbReads);
+ size_t nb_reads = localGid.psize();
+ std::vector<int> requests(nb_reads), statuss(nb_reads);
size_t idxReq=0;
void *data = vdatas[i].varDatas[t];
std::size_t sz = 1;
More information about the moab-dev
mailing list