<p><b>mhoffman@lanl.gov</b> 2012-04-27 13:51:16 -0600 (Fri, 27 Apr 2012)</p><p>BRANCH COMMIT<br>
Fixing typo in a call to LifeV<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/implement_core/src/core_land_ice/mpas_land_ice_lifev.F
===================================================================
--- branches/land_ice_projects/implement_core/src/core_land_ice/mpas_land_ice_lifev.F        2012-04-27 17:45:09 UTC (rev 1828)
+++ branches/land_ice_projects/implement_core/src/core_land_ice/mpas_land_ice_lifev.F        2012-04-27 19:51:16 UTC (rev 1829)
@@ -354,7 +354,7 @@
               call velocity_solver_init_FO(LayerThicknessFractions)
           case ('Stokes')
               call velocity_solver_extrude_3d_grid(LayerThicknessFractions, lowerSurface, thickness)
-              call valocity_solver_init_stokes(LayerThicknessFractions)
+              call velocity_solver_init_stokes(LayerThicknessFractions)
           end select
       endif
 

</font>
</pre>