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

Cleanups in TrackingTools/GsfTools #26020

Merged
merged 3 commits into from Mar 4, 2019

Commits on Feb 26, 2019

  1. Fix header inconsistency in TrackingTools/GsfTools

    MultiGaussianStateCombiner.h could not be included by itself since
    it included MultiGaussianState.h which, intern included
    MultiGaussianState.icc which again included Combiner.h.
    
    This change makes sure MultiGaussianState.icc is only included
    after both MultiGaussianState.h and MultiGaussianStateCombiner.h
    bodies have been fully parsed.
    Dr15Jones committed Feb 26, 2019
    Copy the full SHA
    eeca5b3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7927215 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Merged MultiGaussianStateCombiner.h and MultiGaussianState.h

    The two classes are interdependent therefore they belong in the
    same header file.
    Dr15Jones committed Feb 28, 2019
    Copy the full SHA
    5d9d90e View commit details
    Browse the repository at this point in the history