<div dir="ltr">Hello all,<div><br></div><div style>I have a small bug fix in this commit check, and a new feature.</div><div style><br></div><div style>In the way scratch variables currently work their dimSizes array is setup just like any other field (with nCells for example). However, when normal persistent variables are allocated, they are allocated with nCells+1 as the size for this dimension.</div>

<div style><br></div><div style>I&#39;ve modified the definition of scratch variables to have this additional +1 be added into the dimSizes array for nCells, nEdges, and nVertices. This allows easy copies between persistent and scratch variables.</div>

<div style><br></div><div style>Since scratch variables are not intended to be iro variables, I don&#39;t think this will negatively impact any parts of the code, and it will make using scratch variables a lot easier.</div>

<div style><br></div><div style>In addition to this bug fix, I&#39;ve added the ability to create scratch super arrays.</div><div style><br></div><div style>Any comments and questions are appreciated. If I don&#39;t hear back about this by Tuesday I&#39;ll push it onto the trunk.</div>

<div style><br></div><div style>Thanks,</div><div style>Doug</div></div>