Skip to content

Commit

Permalink
Merge pull request #15 from Loop3D/segNum_change
Browse files Browse the repository at this point in the history
Seg num change
  • Loading branch information
AngRodrigues authored May 2, 2024
2 parents 9223295 + d94899a commit 6f520b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LoopProjectFile/LoopProjectFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def CheckFileValid(filename, verbose=False):
("easting", "<f8"),
("northing", "<f8"),
("altitude", "<f8"),
("segNum", "<u4"),
("featureId", "<u4"),
("dipDir", "<f8"),
("dip", "<f8"),
("dipPolarity", "<f8"),
Expand All @@ -595,7 +595,7 @@ def CheckFileValid(filename, verbose=False):
("easting", "<f8"),
("northing", "<f8"),
("altitude", "<f8"),
("segNum", "<u4"),
("featureId", "<u4"),
("axisX", "<f8"),
("axisY", "<f8"),
("axisZ", "<f8"),
Expand All @@ -610,7 +610,7 @@ def CheckFileValid(filename, verbose=False):
("easting", "<f8"),
("northing", "<f8"),
("altitude", "<f8"),
("segNum", "<u4"),
("featureId", "<u4"),
("dipDir", "<f8"),
("dip", "<f8"),
]
Expand All @@ -622,7 +622,7 @@ def CheckFileValid(filename, verbose=False):
("easting", "<f8"),
("northing", "<f8"),
("altitude", "<f8"),
("segNum", "<u4"),
("featureId", "<u4"),
("dipDir", "<f8"),
("dip", "<f8"),
]
Expand All @@ -634,7 +634,7 @@ def CheckFileValid(filename, verbose=False):
("easting", "<f8"),
("northing", "<f8"),
("altitude", "<f8"),
("segNum", "<u4"),
("featureId", "<u4"),
]
)

Expand Down

0 comments on commit 6f520b9

Please sign in to comment.