Changeset 2597 for LMDZ5/trunk/libf/dyn3d/groupe.F
- Timestamp:
- Jul 22, 2016, 8:44:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/groupe.F
r2442 r2597 3 3 ! 4 4 subroutine groupe(pext,pbaru,pbarv,pbarum,pbarvm,wm) 5 6 use comconst_mod, only: ngroup 7 5 8 implicit none 6 9 … … 16 19 c pas besoin de w en entree. 17 20 18 #include "dimensions.h" 19 #include "paramet.h" 20 #include "comconst.h" 21 #include "comgeom2.h" 22 #include "comvert.h" 21 include "dimensions.h" 22 include "paramet.h" 23 include "comgeom2.h" 24 include "comvert.h" 23 25 24 26 ! integer ngroup
Note: See TracChangeset
for help on using the changeset viewer.