Changeset 1487


Ignore:
Timestamp:
Feb 11, 2011, 4:07:54 PM (13 years ago)
Author:
jghattas
Message:

Corrected type error. Error has been in the code since commit 1482.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ5V2.0-dev/libf/dyn3dpar/parallel.F90

    r1482 r1487  
    211211      if (allocated(jj_begin_para)) deallocate(jj_begin_para)
    212212      if (allocated(jj_end_para))   deallocate(jj_end_para)
    213       if (allocated(jj_np_para))    deallocate(jj_nb_para)
     213      if (allocated(jj_nb_para))    deallocate(jj_nb_para)
    214214
    215215      if (type_ocean == 'couple') then
Note: See TracChangeset for help on using the changeset viewer.