home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
SCIENCE
/
STAGES12.ZIP
/
CYC.C
< prev
next >
Wrap
Text File
|
1991-04-16
|
140b
|
4 lines
/* transform old stage[i] vals (days) to new ones */
for ( i=0; i<NumStages; i++ )
stage[i] = stage[i] * CycleTime / OldCycleTime;