Changeset 8677


Ignore:
Timestamp:
06/20/11 15:52:34 (14 years ago)
Author:
Eric.Larour
Message:

No updates of thickness and surface in Grounding Line functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r8666 r8677  
    48284828        }
    48294829
    4830         /*Surface and bed are updated. Update inputs:*/
    4831         surface_input->GetValuesPtr(&values,NULL); for(i=0;i<3;i++)values[i]=s[i];
    4832         bed_input->GetValuesPtr(&values,NULL);     for(i=0;i<3;i++)values[i]=b[i];
     4830        /*Surface and bed are updated. Update inputs:*/    /*FIXME should be done by prognostic_core!*/
     4831        //surface_input->GetValuesPtr(&values,NULL); for(i=0;i<3;i++)values[i]=s[i];
     4832        //bed_input->GetValuesPtr(&values,NULL);     for(i=0;i<3;i++)values[i]=b[i];
    48334833
    48344834        }
Note: See TracChangeset for help on using the changeset viewer.