Skip to content

Commit

Permalink
Re #11877 Fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Jun 2, 2015
1 parent fa68d6f commit d23c2bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1946,7 +1946,7 @@ void LoadNexusProcessed::loadBlock(NXDataSetTyped<double> &data,
rb_workspace = boost::dynamic_pointer_cast<RebinnedOutput>(local_workspace);
}
xbins.load(static_cast<int>(blocksize), static_cast<int>(hist));
const int64_t nxbins(nchannels + 1);
const int64_t nxbins(xbins.dim1());
double *xbin_start = xbins();
double *xbin_end = xbin_start + nxbins;
int64_t final(hist + blocksize);
Expand Down

0 comments on commit d23c2bb

Please sign in to comment.