Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/dyn3d/vlspltqs.F90
- Timestamp:
- Jul 26, 2024, 5:56:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/vlspltqs.F90
r5128 r5134 29 29 IMPLICIT NONE 30 30 ! 31 include"dimensions.h"32 include"paramet.h"31 INCLUDE "dimensions.h" 32 INCLUDE "paramet.h" 33 33 34 34 ! … … 188 188 IMPLICIT NONE 189 189 ! 190 include"dimensions.h"191 include"paramet.h"190 INCLUDE "dimensions.h" 191 INCLUDE "paramet.h" 192 192 ! 193 193 ! … … 525 525 IMPLICIT NONE 526 526 ! 527 include"dimensions.h"528 include"paramet.h"529 include"comgeom.h"527 INCLUDE "dimensions.h" 528 INCLUDE "paramet.h" 529 INCLUDE "comgeom.h" 530 530 ! 531 531 !
Note: See TracChangeset
for help on using the changeset viewer.