Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Sam032789

    Determining the Min and Max temps in a file

    I get a segmentation fault on it every time.
  2. Sam032789

    Determining the Min and Max temps in a file

    This is what I have: day = first DO 20 x = 1, lines hiTemp = -100 loTemp = 200 IF ( JD(x).eq.day ) THEN IF (a(5,x).gt.HiTemp) THEN !change the hiTemp value hiTemp = a(5,x) hiTempTime = a(4,x) ELSE IF (a(5,x).lt.LoTemp) THEN !change the loTemp value loTemp = a(5,x)...
  3. Sam032789

    Determining the Min and Max temps in a file

    Hello. My file looks like this: 2447893 0 27 16 2447893 3600 25 15 2447893 7200 24 16 2447893 10800 24 16 2447893 14400 22 15 2447893 18000 21 13 2447893...

Part and Inventory Search

Back
Top