Changeset 3545 for LMDZ6/branches/IPSLCM6.0.15/libf
- Timestamp:
- Jul 9, 2019, 10:33:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/dyn3dmem/leapfrog_loc.F
r2622 r3545 1535 1535 1536 1536 #ifdef INCA 1537 call finalize_inca 1537 if (type_trac == 'inca') then 1538 call finalize_inca 1539 endif 1538 1540 #endif 1539 1541 … … 1583 1585 1584 1586 #ifdef INCA 1585 call finalize_inca 1587 if (type_trac == 'inca') then 1588 call finalize_inca 1589 endif 1586 1590 #endif 1587 1591 … … 1732 1736 1733 1737 #ifdef INCA 1734 call finalize_inca 1738 if (type_trac == 'inca') then 1739 call finalize_inca 1740 endif 1735 1741 #endif 1736 1742 … … 1820 1826 1821 1827 #ifdef INCA 1822 call finalize_inca 1828 if (type_trac == 'inca') then 1829 call finalize_inca 1830 endif 1823 1831 #endif 1824 1832
Note: See TracChangeset
for help on using the changeset viewer.