Ignore:
Timestamp:
06/13/19 16:45:41 (5 years ago)
Author:
adurocher
Message:

trunk : Fixed GCC warnings

Fixed iso c bindings
fixed warnings with -Wall -Wno-aliasing -Wno-unused -Wno-unused-dummy-argument -Wno-maybe-uninitialized -Wno-tabs warnings
Removed all unused variables (-Wunused-variable)
vector%dot_product is now dot_product_3d to avoid compilation warning "dot_product shadows intrinsic" with GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/dissip/guided_mod.f90

    r548 r899  
    3535    REAL(rstd), INTENT(IN):: tt 
    3636    TYPE(t_field),POINTER :: f_ps(:) 
    37     TYPE(t_field),POINTER :: f_phis(:) 
    3837    TYPE(t_field),POINTER :: f_theta_rhodz(:) 
    3938    TYPE(t_field),POINTER :: f_u(:)   
Note: See TracChangeset for help on using the changeset viewer.