Skip to content

Twice in code: format_conversion = 1 #9

Description

@kimmotikka

In glidertoolbox scripts there is two different instances of '.format_conversion = 1’. Should be only once.

  • In ConfigMainDT.txt:
    [...]
    #Slocum file options
    file_options_slocum.format_conversion = 1

  • and in configDTFileOptionsSlocum.m
    [...]
    % Binary file conversion to text format
    % (disable it when reprocessing deployments with no new binary data):
    slocum_options.format_conversion = 1;
    [...]

Regards, Kimmo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions