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

MFIter::Finalize #2983

Merged
merged 3 commits into from
Oct 11, 2022
Merged

MFIter::Finalize #2983

merged 3 commits into from
Oct 11, 2022

Commits on Oct 11, 2022

  1. MFIter::Finalize

    Add a Finalize function to MFIter.
    
    The idea about this is, that we can call this already before
    destruction in Python, where `for` loops do not create
    scope.
    
    This function must be robust enough to be called again in
    the constructor (or we need to add an extra bool to guard
    that it is not called again in the destructor).
    ax3l committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    2a7cba8 View commit details
    Browse the repository at this point in the history
  2. Add bool MFIter::initialized

    ax3l committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ea536b7 View commit details
    Browse the repository at this point in the history
  3. Update MFIter::finalized

    Co-authored-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
    ax3l and WeiqunZhang committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    525cc22 View commit details
    Browse the repository at this point in the history