home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / SCIENCE / STAGES12.ZIP / CYC.C < prev    next >
Text File  |  1991-04-16  |  140b  |  4 lines

  1.     /* transform old stage[i] vals (days) to new ones */
  2.     for ( i=0; i<NumStages; i++ )
  3.       stage[i] = stage[i] * CycleTime / OldCycleTime;
  4.