Changeset 15965
- Timestamp:
- 08/26/13 20:26:33 (12 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r15964 r15965 7312 7312 #ifdef _HAVE_GROUNDINGLINE_ 7313 7313 /*FUNCTION Tria::MigrateGroundingLine{{{*/ 7314 void Tria::MigrateGroundingLine(IssmDouble* phi_ungrounding){7314 void Tria::MigrateGroundingLine(IssmDouble* sheet_ungrounding){ 7315 7315 7316 7316 int i,migration_style; -
issm/trunk-jpl/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.h
r14378 r15965 12 12 13 13 /* 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); 14 void GroundinglineMigrationx(Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters); 15 IssmDouble* PotentialUngrounding(Elements* elements,Vertices* vertices,Parameters* parameters); 16 IssmDouble* PropagateFloatingiceToGroundedNeighbors(Elements* elements,Nodes* nodes,Vertices* vertices,Parameters* parameters,IssmDouble* vertices_potentially_ungrounding); 19 17 #endif /* _GROUNDINGLINEMIGRATIONX_H */
Note:
See TracChangeset
for help on using the changeset viewer.