Skip to content
Snippets Groups Projects
Commit 045153f1 authored by Hal Simpson's avatar Hal Simpson
Browse files

changed is_gin to default to False

parent de80b763
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ class IAGA2002Parser(object): ...@@ -177,7 +177,7 @@ class IAGA2002Parser(object):
conditions_of_use = None conditions_of_use = None
declination_base = None declination_base = None
is_intermagnet = False is_intermagnet = False
is_gin = True is_gin = False
for comment in self.comments: for comment in self.comments:
if comment.startswith('DECBAS'): if comment.startswith('DECBAS'):
# parse DECBAS # parse DECBAS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment