Ignore:
Timestamp:
10/08/18 10:49:07 (6 years ago)
Author:
dubos
Message:

devel/unstructured : fix recently introduced bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/unstructured/data_unstructured.F90

    r747 r749  
    1212  INDEX,  BIND(C) :: caldyn_thermo=thermo_theta, caldyn_eta=eta_lag, & 
    1313       caldyn_vert_variant=caldyn_vert_cons, nb_threads=0, nb_stage=0 
    14   LOGICAL(C_BOOL), BIND(C) :: hydrostatic=.TRUE., debug_hevi_solver=.TRUE. 
     14  LOGICAL(C_BOOL), BIND(C) :: hydrostatic=.TRUE. 
     15  LOGICAL(C_BOOL), BIND(C, NAME='debug_hevi_solver') :: debug_hevi_solver_=.TRUE. 
    1516 
    1617#ifdef CPP_MIXED_PREC 
Note: See TracChangeset for help on using the changeset viewer.