Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twice in code: format_conversion = 1 #9

Open
kimmotikka opened this issue Sep 10, 2019 · 1 comment
Open

Twice in code: format_conversion = 1 #9

kimmotikka opened this issue Sep 10, 2019 · 1 comment

Comments

@kimmotikka
Copy link

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

@ctroupin
Copy link
Collaborator

Hello² Kimmo,

your comment seems correct but I prefer not to touch the code.
Maybe there was a reason to have the possibility to override the option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants