Changeset 15965


Ignore:
Timestamp:
08/26/13 20:26:33 (12 years ago)
Author:
seroussi
Message:

CHG: minor

Location:
issm/trunk-jpl/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r15964 r15965  
    73127312#ifdef _HAVE_GROUNDINGLINE_
    73137313/*FUNCTION Tria::MigrateGroundingLine{{{*/
    7314 void  Tria::MigrateGroundingLine(IssmDouble* phi_ungrounding){
     7314void  Tria::MigrateGroundingLine(IssmDouble* sheet_ungrounding){
    73157315
    73167316        int        i,migration_style;
  • issm/trunk-jpl/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.h

    r14378 r15965  
    1212
    1313/* local prototypes: */
    14 void       GroundinglineMigrationx(Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters);
    15 
    16 Vector<IssmDouble>* CreateNodesOnFloatingIce(Nodes* nodes,int configuration_type);
    17 IssmDouble*    PotentialUngrounding(Elements* elements,Vertices* vertices,Parameters* parameters);
    18 IssmDouble*    PropagateFloatingiceToGroundedNeighbors(Elements* elements,Nodes* nodes,Vertices* vertices,Parameters* parameters,IssmDouble* vertices_potentially_ungrounding);
     14void         GroundinglineMigrationx(Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters);
     15IssmDouble*  PotentialUngrounding(Elements* elements,Vertices* vertices,Parameters* parameters);
     16IssmDouble*  PropagateFloatingiceToGroundedNeighbors(Elements* elements,Nodes* nodes,Vertices* vertices,Parameters* parameters,IssmDouble* vertices_potentially_ungrounding);
    1917#endif  /* _GROUNDINGLINEMIGRATIONX_H */
Note: See TracChangeset for help on using the changeset viewer.