Skip to content

Fix compilation error on master: Using getter#619

Closed
jonasschwab wants to merge 1 commit into
masterfrom
fix-master
Closed

Fix compilation error on master: Using getter#619
jonasschwab wants to merge 1 commit into
masterfrom
fix-master

Conversation

@jonasschwab

Copy link
Copy Markdown
Member

The combination of #609 and #566 introduced a compiler error, since get_LTAU(), get_LOBS_ST() and get_LOBS_EN() have to be used instead of LTAU, LOBS_ST and LOBS_EN.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a compilation error introduced by the runtime-variable accessor refactor by replacing direct references to LTAU, LOBS_ST, and LOBS_EN with their getter functions in Prog/main.F90.

Changes:

  • Update the tau_p call site to pass get_LOBS_ST() / get_LOBS_EN() instead of LOBS_ST / LOBS_EN.
  • Update the surrounding conditional to use get_Ltau() (case-insensitive call written as get_LTAU()).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@stafusa stafusa self-requested a review March 25, 2026 19:48

@stafusa stafusa left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine.

@johanneshofmann87

Copy link
Copy Markdown
Contributor

Lol Jonas and I were again doing the same thing in parallel. I guess this issue is now already taken care and we can close this issue WITHOUT merging is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants