source:
issm/oecreview/Archive/21724-22754/ISSM-21912-21913.diff
Last change on this file was 22755, checked in by , 7 years ago | |
---|---|
File size: 848 bytes |
-
../trunk-jpl/src/wrappers/M1qn3/M1qn3.cpp
111 111 &reverse,&indic,izs,rzs,(void*)&data_struct); 112 112 113 113 switch(int(omode)){ 114 case 0: _printf0_(" Stop requested\n");break;114 case 0: /* _printf0_(" Stop requested\n");*/ break; 115 115 case 1: _printf0_(" Convergence reached (gradient satisfies stopping criterion)\n"); break; 116 116 case 2: _printf0_(" Bad initialization\n"); break; 117 117 case 3: _printf0_(" Line search failure\n"); break; … … 163 163 for(int i=0;i<*n;i++) X[i]=Xs[ds->priorn*i+ds->counter]; 164 164 for(int i=0;i<*n;i++) G[i]=Gs[ds->priorn*i+ds->counter]; 165 165 } 166 167 printf("J [i] = %g\n",*pf);168 166 } 169 167 #endif
Note:
See TracBrowser
for help on using the repository browser.