> Probably you could indentify different precition needs and typedef them
> your own.
> E.g. jsbsim_float jasbsim_double and jsbsim_log_double. Then you only
> need to change one file (and there only 3 lines) to figure out what
> precition you want or need.

for file in *.cpp, *.h, filtersjb/*.cpp, filtersjb/*.h do
sed 's/flost/double/g' $file > temp
mv temp $file
done

I think that's about what I did. Easy as PI.

Jon



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to