From: VICTOR on
On 1 Apr, 07:09, robert.corb...(a)sun.com wrote:
> On Mar 31, 7:29 am, VICTOR <victor.hera...(a)gmail.com> wrote:
>
> > Hi,
>
> > i am importing this variable from one module into another:
>
> >     INTEGER(I4B),INTENT(IN):: iStep
>
> > then i try to permor this multiplication:
>
> >     DELT_dens   = iStep*DeltaT
>
> > but for some reason the multiplication isn't performed. Is there any
> > other way of importing variables ? Thanks,
>
> > Victor
>
> How do you know the multiplication is not performed?  Are
> you certain the statement is executed?  Have you tried
> running under a debugger and tried placing a breakpoint on
> the statement?
>
> Bob Corbett

Yes, i ahve seen that, although i can see the value of both variables
in the debugging mode of visual fortran 6.6, thier product is not
shown. I am really confused, i'll let you know if i get ahead with
this issue. Regards,