Hi,
can any of you please explain what does NCCH command do in Fortran
I have following situation:
if (FLA . GT . 2 *(FLB+NDIA) Go To 250
.
.
.
.
250 NCCH = "2 "
thank you very for all your help...
I am really really thankful for all your assistance...
I am going to try this now and hope will get the right answers...
Once again thanks
btw I am a female ..
this is the entire code... to calculate the bar length of a F shaped steel bar...
there are 99 other codes like these for other types of the shapes but they are similar. so somehow if we figure this code out, will mean all sorted ...
the only place I see Do loop is...
thanks mate,
in above equation, I understand that the iteration required to refine the angle. it is starting with 30 degrees angle and iterating it (which I don't understand how)... could you provide me a break down of iteration. I am totally new with fortran. I'll appreciate if you could take...
Can some1 kindly help me understand the following code, I am trying to translate the following code in VBA:
Thanks in advance
FFLC = FLC ...i understand this part
ANGLE=PI/6 !Suppose 30 Degrees ...i understand this part
Do 21800 I=i,5 ...Don't understand this
FLC=FFLC-COS(ANGLE)*NDIA...