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

Small fixes in monitors #1533

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Small fixes in monitors #1533

merged 3 commits into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. Small fixes in monitors:

      Monitor_4PI
      Wrong use of NAME_CURRENT_COMPONENT in save section fixed
    
      TOFlog_monitor
      Used static memory, moved to dynamic and removed static limit on memory
    
      PSD_monitor_psf
      Still had state and polarization parameters that would not compile
    Mads Bertelsen committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0821fd8 View commit details
    Browse the repository at this point in the history
  2. Update TOFlog_monitor.comp

    Arrays defined via create_darr*() are in fact calloc()'ed and hence no longer need the classic for-loop for 0-init.
    willend authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2a83351 View commit details
    Browse the repository at this point in the history
  3. Update PSD_monitor_psf.comp

    This for-loop structure init is no longer needed as create_darr*() return calloc'ed arrays.
    willend authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    dfa10b8 View commit details
    Browse the repository at this point in the history