- Timestamp:
- Feb 18, 2025, 4:36:35 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/IPSLCM5A2.1/libf/dyn3dmem/leapfrog_loc.F
r2616 r5548 1536 1536 1537 1537 #ifdef INCA 1538 call finalize_inca 1538 if (type_trac .eq. "inca") then 1539 call finalize_inca 1540 endif 1539 1541 #endif 1540 1542 … … 1584 1586 1585 1587 #ifdef INCA 1586 call finalize_inca 1588 if (type_trac .eq. "inca") then 1589 call finalize_inca 1590 endif 1587 1591 #endif 1588 1592 … … 1733 1737 1734 1738 #ifdef INCA 1735 call finalize_inca 1739 if (type_trac .eq. "inca") then 1740 call finalize_inca 1741 endif 1736 1742 #endif 1737 1743 … … 1821 1827 1822 1828 #ifdef INCA 1823 call finalize_inca 1829 if (type_trac .eq. "inca") then 1830 call finalize_inca 1831 endif 1824 1832 #endif 1825 1833
Note: See TracChangeset
for help on using the changeset viewer.