[EMAIL PROTECTED] (Jerry Preston) wrote:
> I am trying to figure out a way to remove the c pointers from the
> following:
>
> *ci = *ci * (1.0 + ((gi/(w * *ci)) * (gi/(w * *ci;
>
> so that it will end ou as the following:
>
> ci = ci * (1.0 + ((gi/(w * ci)) * (gi/(w * ci;
Not really d
Hi!
I am trying to figure out a way to remove the c pointers from the following:
*ci = *ci * (1.0 + ((gi/(w * *ci)) * (gi/(w * *ci;
so that it will end ou as the following:
ci = ci * (1.0 + ((gi/(w * ci)) * (gi/(w * ci;
I am converting a c program with perl.
Thanks,
Jerry
--
To u