Skip to content

minor bug #2

@yoonbo

Description

@yoonbo

Line 58 of (63 in devel branch)
mg_proto/lib/utils/initialize.cpp in master branch

if (std::string(argv[i]).compare("-geom") == 0 ) {

need to be replaced by

if (std::string((*argv)[i]).compare("-geom") == 0 ) {

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