Skip to content

Commit 732146c

Browse files
sbryngelsonclaude
andcommitted
Add missing macros.fpp include for ASSERT macro in m_start_up.fpp
The @:ASSERT call added in d614938 requires the macros.fpp include, which was missing, causing Fypp preprocessing to fail in the documentation build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3d15838 commit 732146c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pre_process/m_start_up.fpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
!! @file
33
!! @brief Contains module m_start_up
44

5+
#:include 'macros.fpp'
6+
57
!> @brief Reads and validates user inputs, loads existing grid/IC data, and initializes pre-process modules
68
module m_start_up
79

0 commit comments

Comments
 (0)