source: issm/oecreview/Archive/10977-11024/ISSM-10996-10997.diff@ 11025

Last change on this file since 11025 was 11025, checked in by Eric.Larour, 13 years ago

Oecreview 10977 11024

File size: 781 bytes
  • proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp

     
    5353       
    5454                //Update once again the solution to make sure that vx and vxold are similar (for next step in transient or steadystate)
    5555                InputUpdateFromSolutionx(femmodel->elements,femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,ug_horiz);
     56                VecFree(&ug_horiz);
    5657
    5758                //save pointer to old velocity
    5859                VecFree(&old_uf_horiz);old_uf_horiz=uf_horiz;
Note: See TracBrowser for help on using the repository browser.