Skip to content

minor bug #1

@yoonbo

Description

@yoonbo

The lines 44 to 47 of
mg_proto/lib/utils/initialize.cpp in devel branch

  void InitCLIArgs(int *argc, char ***argv)
  {
    theCLIArgs.init(*argc,*argv);
  }

should be inside of #ifdef MG_USE_QPHIX as

#ifdef MG_USE_QPHIX
  void InitCLIArgs(int *argc, char ***argv)
  {
    theCLIArgs.init(*argc,*argv);
  }
#endif

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