Changeset 683


Ignore:
Timestamp:
06/01/09 16:52:57 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

Location:
issm/trunk/src/m
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/isresultconsistent.m

    r681 r683  
    8080
    8181        %check inversed parameter
    82         if any(md.control.parameter<md.mincontrolconstraint | md.control.parameter>md.maxcontrolconstraint)
     82        if any(md.results.control.parameter<md.mincontrolconstraint | md.results.control.parameter>md.maxcontrolconstraint)
    8383                disp(['''control'' result not consistent: inverse parameter out of range [' md.mincontrolconstraint ' ' md.maxcontrolconstraint ']']);
    8484                bool=0; return;
  • issm/trunk/src/m/solutions/macayeal/control.m

    r674 r683  
    231231       J(niteration)=objectivefunction_C_flow(0,B,glen_coeff,direction,Rhs,S,F,P,specified_velocity,nods,nel,vx_obs, ...
    232232          vy_obs,u_objective, v_objective, index,alpha, beta, area,weighting,rowD,colD,rowDshort,colDshort,valueuu,valuevv,valueuv,matrix_bar,criterion);
    233       disp(J(niteration));
    234233
    235234      %do a backup every 5 iterations
Note: See TracChangeset for help on using the changeset viewer.