Ignore:
Timestamp:
08/07/18 10:22:46 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing double white lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matpar.cpp

    r23020 r23066  
    5959        mantle_shear_modulus      = 0;
    6060        mantle_density            = 0;
    61        
     61
    6262        earth_density             = 0;
    6363
     
    338338        matpar->mantle_shear_modulus=this->mantle_shear_modulus;
    339339        matpar->mantle_density=this->mantle_density;
    340        
     340
    341341        matpar->earth_density=this->earth_density;
    342342
     
    439439        MARSHALLING(mantle_shear_modulus);
    440440        MARSHALLING(mantle_density);
    441        
     441
    442442        //slr:
    443443        MARSHALLING(earth_density);
Note: See TracChangeset for help on using the changeset viewer.