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

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

Oecreview 10977 11024

File size: 781 bytes
RevLine 
[11025]1Index: /proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp
2===================================================================
3--- /proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp (revision 10996)
4+++ /proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp (revision 10997)
5@@ -53,6 +53,7 @@
6
7 //Update once again the solution to make sure that vx and vxold are similar (for next step in transient or steadystate)
8 InputUpdateFromSolutionx(femmodel->elements,femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,ug_horiz);
9+ VecFree(&ug_horiz);
10
11 //save pointer to old velocity
12 VecFree(&old_uf_horiz);old_uf_horiz=uf_horiz;
Note: See TracBrowser for help on using the repository browser.