Changeset 4203 for LMDZ6/branches/LMDZ_ECRad/libf/dyn3dmem
- Timestamp:
- Jul 19, 2022, 1:33:28 PM (2 years ago)
- Location:
- LMDZ6/branches/LMDZ_ECRad
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ_ECRad
- Property svn:mergeinfo changed
/LMDZ6/trunk (added) merged: 4176,4184,4186-4187,4189-4191,4193-4195,4199
- Property svn:mergeinfo changed
-
LMDZ6/branches/LMDZ_ECRad/libf/dyn3dmem/leapfrog_loc.F
r4172 r4203 1519 1519 1520 1520 #ifdef INCA 1521 if (ANY(types_trac == 'inca') .OR. &1521 if (ANY(types_trac == 'inca') .OR. 1522 1522 & ANY(types_trac == 'inco')) CALL finalize_inca 1523 1523 #endif … … 1569 1569 1570 1570 #ifdef INCA 1571 if (ANY(types_trac == 'inca') .OR. &1571 if (ANY(types_trac == 'inca') .OR. 1572 1572 & ANY(types_trac == 'inco')) CALL finalize_inca 1573 1573 #endif … … 1737 1737 1738 1738 #ifdef INCA 1739 if (ANY(types_trac == 'inca') .OR. &1739 if (ANY(types_trac == 'inca') .OR. 1740 1740 & ANY(types_trac == 'inco')) CALL finalize_inca 1741 1741 #endif … … 1845 1845 1846 1846 #ifdef INCA 1847 if (ANY(types_trac == 'inca') .OR. &1847 if (ANY(types_trac == 'inca') .OR. 1848 1848 & ANY(types_trac == 'inco')) CALL finalize_inca 1849 1849 #endif
Note: See TracChangeset
for help on using the changeset viewer.