We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be39cab commit f464babCopy full SHA for f464bab
CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
### Changed
20
21
+- Added public interface MAPL_GridCompGetVarSpecs
22
- Change minimum CMake version to 3.24
23
- This is needed for f2py and meson support
24
- Refactored tableEnd check
generic/MAPL_Generic.F90
@@ -166,6 +166,7 @@ module MAPL_GenericMod
166
!public MAPL_StateSetSpecAttrib
167
!public MAPL_StateGetVarSpecs
168
!public MAPL_StatePrintSpec
169
+ public MAPL_GridCompGetVarSpecs
170
public MAPL_StatePrintSpecCSV
171
172
! MAPL_Connect
0 commit comments