Changeset 27477


Ignore:
Timestamp:
12/23/22 12:15:58 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: issolid is doubletype, which can be complex... shouldn't it be bool?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/love_core.cpp

    r27309 r27477  
    690690                        ro=matlitho->density[layer_index];
    691691                        issolid=matlitho->issolid[layer_index];
    692                         if(issolid==1){
     692                        if(issolid!=0){
    693693                                //GetEarthRheology<doubletype>(&la, &mu,layer_index,omega,matlitho);   
    694694                                mu=vars->mu[layer_index*vars->nfreq+vars->ifreq];
Note: See TracChangeset for help on using the changeset viewer.