Changeset 60


Ignore:
Timestamp:
07/25/11 15:47:46 (13 years ago)
Author:
berrada
Message:

correction du bug sur le LT avec solsor

Location:
branches/branche-mb/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branche-mb/src/gcx2.h

    r54 r60  
    1717  } 
    1818  else 
    19 #ifndef K_SOLSORYAO 
    20      YS1=gcx(Yi,Yj); 
     19#ifdef K_SOLSORYAO 
     20   YS1=  x1; 
    2121#else 
    22                YS1=  x1; 
     22               YS1=gcx(Yi,Yj); 
    2323#endif 
    2424  // 
     
    3030backward (YREAL x) 
    3131{ 
     32#ifdef K_SOLSORYAO 
    3233  if(Yt==TU){ 
    3334    YJ1I1=0; 
     
    3839    YJ1I1=1; 
    3940  // 
     41#endif 
    4042} 
    4143 
  • branches/branche-mb/src/sinobad.d

    r59 r60  
    1 #define FILTER 
     1//#define FILTER 
    22//#define SOLSORYAO 
    33//#define OPTIMORDER 
     
    4343option    O_M1QN3 | M2QN1  
    4444//#option O_VARINCR 
    45 //#option    O_GRADTEST 
     45option    O_GRADTEST 
    4646option   O_DBG_NANF 
    4747//#option   O_DBG_TING 
     
    239239modul   gcx_dynspg_flt          space   S3dt inter YA1 YA2      input 2           output 1      tempo    
    240240#ifndef SOLSORYAO 
    241 modul   solsor_dynspg_flt       space   S3dt inter YA1 YA2      input array 19    output 1      tempo 
     241modul   solsor_dynspg_flt       space   S3dt inter YA1 YA2      input array 19    output 1      tempo hidjac 
     242modul   gcx2                    space   S3dt inter YA1 YA2      input 1           output 1      tempo hidjac 
    242243#endif 
    243244 
     
    247248modul   solsor_flag             space   Ssolsor                 input 4           output 2      tempo 
    248249#define S3dt S3dt_b 
    249 #endif 
    250  
    251  
    252250modul   gcx2                    space   S3dt inter YA1 YA2      input 1           output 1      tempo    
     251#endif 
     252 
     253 
     254 
    253255modul   spguv_dynspg_flt        space   S3dt inter YA1 YA2      input 3           output 2      tempo    
    254256modul   ua                      space   S3dt                    input 3           output 1      tempo 
Note: See TracChangeset for help on using the changeset viewer.