-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace tab with space, and fix an out of bounds bug.
- Loading branch information
Showing
3 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
ApplicationLibCode/UnitTests/TestData/RifPressureDepthTextFileReader/example_file_tabs.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--TVDMSL | ||
RFT | ||
-- | ||
WELLNAME 'G-14' | ||
DATE 28-DEC-1995 | ||
PRESSURE DEPTH | ||
BARSA METRES | ||
418.88 2726.91 | ||
419.02 2729.36 | ||
419.11 2733.29 | ||
419.17 2735.26 | ||
-- | ||
WELLNAME 'G-14' | ||
DATE 28-DEC-1996 | ||
PRESSURE DEPTH | ||
BARSA METRES | ||
418.88 2726.91 | ||
419.02 2729.36 | ||
419.11 2733.29 | ||
419.17 2735.26 | ||
-- | ||
WELLNAME 'F-56' | ||
DATE 15-jan-12 | ||
PRESSURE DEPTH | ||
BARSA METRES | ||
414.40 2911.029 | ||
415.92 2929.496 | ||
417.23 2935.801 | ||
415.76 2934.981 | ||
414.75 2919.446 | ||
413.53 2903.147 | ||
413.32 2896.555 |