Changeset 11196


Ignore:
Timestamp:
01/25/12 07:57:41 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor (fixed warning in pleiades compilation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Loads/Riftfront.cpp

    r10135 r11196  
    160160        printf("   material_converged: %s\n",material_converged ? "true":"false");
    161161        printf("   fill: %i\n",fill);
    162         printf("   friction: %i\n",friction);
    163         printf("   fraction: %i\n",fraction);
     162        printf("   friction: %g\n",friction);
     163        printf("   fraction: %g\n",fraction);
    164164        printf("   fractionincrement: %i\n",fractionincrement);
    165165        printf("   state: %i\n",state);
Note: See TracChangeset for help on using the changeset viewer.