Changeset 2761
- Timestamp:
- 01/04/10 16:57:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/jpl/control_core.m
r2582 r2761 60 60 end 61 61 62 displaystring(verbose,'\n%s',[' normalizing directions...']);63 if n>=2,62 if n>=2 & search_scalar==0, 63 displaystring(verbose,'\n%s',[' normalizing directions...']); 64 64 c(n).grad_g=Orth(c(n).grad_g,c(n-1).grad_g); 65 65 else
Note:
See TracChangeset
for help on using the changeset viewer.