Ignore:
Timestamp:
09/05/13 16:43:33 (11 years ago)
Author:
jbrlod
Message:

normalization after filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • altifloat/src/floater_delta.d

    r106 r107  
    8080modul lapfilu  space S_euler_df_t input 20 output 1 tempo 
    8181modul lapfilv space  S_euler_df_t clonol lapfilu 
    82 modul u_d      space S_euler_d  input 1 output 1 
     82modul u_d      space S_euler_d  input 2 output 1 
    8383modul v_d      space S_euler_d  clonol u_d 
     84modul u_norm   space S_euler_df noward output 1 target 
     85modul v_norm   space S_euler_df noward output 1 target 
    8486 
    8587#else 
     
    147149 
    148150ctin u_d       1      from  lapfilu   1  i   j   t 
     151ctin u_d       2      from  u_norm    1  i   j 
     152 
    149153ctin v_d       1      from  lapfilv   1  i   j   t 
     154ctin v_d       2      from  v_norm    1  i   j 
     155 
    150156#endif 
    151157 
Note: See TracChangeset for help on using the changeset viewer.