Changeset 41 for trunk/src/solsor_flag.h


Ignore:
Timestamp:
04/26/11 15:45:50 (13 years ago)
Author:
jbrlod
Message:

run ref with batch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/solsor_flag.h

    r39 r41  
    1212        3       from    solsor_flag             1  i-1  j    k  t 
    1313        4       from    solsor_flag             1  i    j-1  k  t 
    14 } */ 
     14}  
     15output 1 : resmax 
     16oupput 2 : flag (0 -> continue; 1 -> stop) 
     17 
     18*/ 
    1519 
    1620//jn (current iteration) = Yk+1 
     
    1822if (Yk<nmin) 
    1923{ 
    20 YS1=0; 
     24  YS1=0; 
     25 YS2=0; 
    2126} 
    22  
    23 if (Yi==0) { 
    24  
     27 else { 
     28   if (Yi==0 & Yj==0) YS1=0 
     29      
     30 } //Yk>=nmin 
Note: See TracChangeset for help on using the changeset viewer.