Skip to content
  • Kenneth Moreland's avatar
    Fix warnings about uninitalized value · bcbad610
    Kenneth Moreland authored
    In some functors within Algorithm.h, the functor did not have a
    default constructor that initialized its fields. This could in turn
    lead to a warning about using it unitialized.
    bcbad610