Hi, I'm trying to use automatic differentiation in C (ADOL-C library). It uses a new type of variable called adouble. My problem is - is it possible to compile a part of the library defining adouble as a main type of the variables (instead of double). If yes, how to do this??? Thanks for any help Przem