Skip to content

ct variable in getMoorings for symmetrics lines - broken or just not used? #30

@mattEhall

Description

@mattEhall

In helpers.py getMoorings, there's a variable: ct = 0 # counter for number of line types

It seems to never get set, but is used in this for loop:

for ii in range(0,ct-1): # go through every line config except the last (since it was doubled already)

So the loop will never run.
Is this something we need to fix, or is this capability obsolete?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions