Guest_imported
New member
- Jan 1, 1970
- 0
I have a file with the following format:
dist1 dist2 dist3 dist4 ...
--------------------------------------
stress1 stress2 stress3 stress4 ...
given a stress value, I can get the range. If the given stress is between stress3 and stress4 I can print out the line they came from, their column numbers and their values, but I have yet to figure out how to use that information to also obtain the distance values from those same columns (two rows earlier).
Any help would be appreciated.
bryan
dist1 dist2 dist3 dist4 ...
--------------------------------------
stress1 stress2 stress3 stress4 ...
given a stress value, I can get the range. If the given stress is between stress3 and stress4 I can print out the line they came from, their column numbers and their values, but I have yet to figure out how to use that information to also obtain the distance values from those same columns (two rows earlier).
Any help would be appreciated.
bryan