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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to