Skip to content

Commit

Permalink
PDAF: add reservoir.h to HEADER_FILES
Browse files Browse the repository at this point in the history
Error:
```
$TSMP/bin/JUWELS_ParFlow-CLM3.5-PDAF/include/parflow/parflow.h:69:10: fatal error: 'reservoir.h' file not found
         ^~~~~~~~~~~~~
```
  • Loading branch information
jjokella committed Nov 28, 2024
1 parent 338a270 commit 24fd719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pfsimulator/parflow_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ set (HEADER_FILES
timing.h
vector.h
well.h
reservoir.h
)
install(FILES ${HEADER_FILES}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/parflow)

0 comments on commit 24fd719

Please sign in to comment.