Skip to content

Patience & Tolerance values hard-coded to 3 and 1e-3 respectively #24

Open
@rajatg-sidefx

Description

@rajatg-sidefx

In class MyDemBones of mainCmd.cpp, the member variables tolerance and patience are initialized to (1e-3) and (3).

However, these values are never updated to those passed in via the command line.

It looks like the following lines must be added to the main function to ensure that the user-provided arguments are being respected:

model.tolerance = tolerance.getValue();
model.patience = patience.getValue();

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