source: altifloat/src/uageo.h @ 199

Last change on this file since 199 was 156, checked in by jbrlod, 9 years ago

add effect of wind

File size: 178 bytes
Line 
1forward(YREAL xuwind, YREAL xau, YREAL xbu)
2{
3  YS1 = xau + xbu * xuwind ;
4}
5
6backward(YREAL xuwind, YREAL xau, YREAL xbu)
7{
8  YJ1I1 = xbu ;
9  YJ1I2 = 1 ;
10  YJ1I3 = xuwind ; 
11}
12
Note: See TracBrowser for help on using the repository browser.