Changeset 2641 for LMDZ5/branches/testing/libf/dyn3d/groupe.F
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3d/groupe.F
r2471 r2641 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" 23 24 24 25 ! integer ngroup
Note: See TracChangeset
for help on using the changeset viewer.