Skip to content

Commit

Permalink
move to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ozym committed Aug 10, 2023
1 parent 6946bca commit 36e5f29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 499 deletions.
3 changes: 3 additions & 0 deletions meta/class.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ func (c *ClassList) decode(data [][]string) error {
if len(d) != classLast {
return fmt.Errorf("incorrect number of installed class fields")
}
if strings.HasPrefix(strings.TrimSpace(d[0]), "#") {
continue
}
var err error

var vs30, zb float64
Expand Down
Loading

0 comments on commit 36e5f29

Please sign in to comment.