Skip to content
Snippets Groups Projects
Commit 69669f4d authored by Christoph.Knote's avatar Christoph.Knote
Browse files

updates

parent 35291f54
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class Variable:
class Dataset:
@property
def nheader(self):
total = 13 + self.ndvar + self.nscom + self.nncom
total = 14 + self.ndvar + self.nscom + self.nncom
if self.format == 2110:
total += self.nauxvar + 5
return total
......
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