<div dir="ltr">Hello,<br><br>This email is in regards to the hpts subroutine that was added to the repo 513 and subsequent versions.<br>A part of the code snippet from postpro.f ( subroutine hpts ) is pasted 
below : <br><br><code><br><br>      call copy(wrk(1,1,1,1,2),vy,ntot)<br>      if(if3d) call copy(wrk(1,1,1,1,2),vz,ntot)<br><br></code><br><br>could the second line be " if(if3d) call copy(wrk(1,1,1,1,3),vz,ntot) " else vz would then be overwritten over vy ?<br>

<br>Along the same lines, I would like to know what one would have to change to output the pressure values as well.<br><br>Thanks<br clear="all">Shriram<br>
</div>