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

Fix some memory leaks in FAST.Farm #860

Merged
merged 1 commit into from
Oct 7, 2021

Commits on Oct 7, 2021

  1. FAST.Farm: fix some memory leaks

    1. AWAE_End was never called, so some memory wasn't getting deallocated from InflowWind
    
    2. Many of the "farm" variables were not deallocated
    
    3. I made the OutList(:) array in FAST.Farm a fixed size instead of allocatable. It was getting allocated to a fixed size (set by parameter) anyway.
    bjonkman committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7943191 View commit details
    Browse the repository at this point in the history