This commit is contained in:
Tjerk Straatsma 2000-01-19 21:30:58 +00:00
parent 91203c4a0e
commit b62df63316

View file

@ -4,7 +4,7 @@
+ isar,xs,vs,msa,nsa,
+ inoe,dnoe,mnoe,noe,msm,nsm)
c
c $Id: pre_rdrst.F,v 1.9 1999-07-26 17:37:35 d3j191 Exp $
c $Id: pre_rdrst.F,v 1.10 2000-01-19 21:30:58 d3j191 Exp $
c
implicit none
c
@ -179,7 +179,7 @@ c
+ isar,xs,vs,msa,nsa,
+ inoe,dnoe,mnoe,noe,msm,nsm)
c
c $Id: pre_rdrst.F,v 1.9 1999-07-26 17:37:35 d3j191 Exp $
c $Id: pre_rdrst.F,v 1.10 2000-01-19 21:30:58 d3j191 Exp $
c
implicit none
c
@ -258,13 +258,11 @@ c
1007 format(i1,1x,3f13.8)
1 continue
endif
c print*,nwmc,nwm
do 2 i=nwmc+1,nwm
do 2 i=1,nwm-nwmc
read(lfnrst,1006) ((xw(k,j,i),k=1,3),(vw(k,j,i),k=1,3),j=1,nwa)
read(lfnrst,1007) iwmr(i),(rdummy,k=1,3)
2 continue
endif
c print*,nsa
if(nsa.gt.0) then
read(lfnrst,1008)
+ (isar(i),(xs(k,i),k=1,3),(vs(k,i),k=1,3),i=1,nsa)