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/sphere/spherical_geom.f90

    r548 r899  
    2828  REAL(rstd),INTENT(OUT) :: lat 
    2929   
    30   REAL(rstd) :: coslat 
    3130  REAL(rstd) :: xyzn(3) 
    3231   
     
    136135  REAL(rstd) :: d 
    137136  REAL(rstd) :: M(3,3) 
    138   REAL(rstd) :: alpha(3,3) 
    139   INTEGER    :: IPIV(3) 
    140   INTEGER    :: info 
    141137  REAL(rstd) :: xa,xb,xc 
    142138  REAL(rstd) :: ya,yb,yc 
    143139  REAL(rstd) :: za,zb,zc 
    144   REAL(rstd) :: alpha_A,alpha_B,alpha_C 
    145   REAL(rstd) :: x,y,z 
    146   REAL(rstd) :: a1,a2,a3 
    147   REAL(rstd) :: b1,b2,b3 
    148140   
    149141   
Note: See TracChangeset for help on using the changeset viewer.