Skip to content

Commit

Permalink
setting rpaqproc =0 in mod_colini
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioroncero committed Oct 18, 2022
1 parent 427cd6b commit 2e8152b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SRC/mod_colini_01y2.f
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ subroutine colini_reacJacobi
double precision :: xr2,xxx
include "mpif.h"


rpaqproc(:)=0.d0
write(6,*)' Initial wave packet in Reactants Jacobi coordinates'

! write(name,"('funini.id',i2.2)")idproc
Expand Down Expand Up @@ -181,6 +181,7 @@ subroutine colini_prodJacobi
write(6,*)' tranforming initial wvp!!!'
write(6,*)' iprod',iprod

rpaqproc(:)=0.d0
! allocating variables

allocate(ff(npun2,2),xx(npun2),pop(iommin:iommax)
Expand Down

0 comments on commit 2e8152b

Please sign in to comment.