On Wed, Jul 22, 2009 at 04:26:45AM +0000, Omari Stephens wrote: > > > data->unnormalized_angle = > > fmod((data->unnormalized_angle + 180.0) / 360.0) - 180.0; > > Do you mean fmod(data->unnormalized_angle + 180.0, 360.0) - 180.0; ? fmod > takes > two arguments.
Yes. ;-) Martin ------------------------------------------------------------------------------ _______________________________________________ ufraw-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ufraw-devel
