Projects
Multimedia
synfig
synfig-math_h.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File synfig-math_h.patch of Package synfig (Revision 17)
Currently displaying revision
17
,
Show latest
--- a/src/synfig/matrix.h +++ b/src/synfig/matrix.h @@ -32,7 +32,7 @@ #include "vector.h" #include "string.h" #include <cassert> -#include <math.h> +#include <cmath> #include <iostream> #include <ETL/stringf> --- a/src/synfig/time.cpp +++ b/src/synfig/time.cpp @@ -41,7 +41,6 @@ #include <algorithm> #include <cstdio> #include <ctype.h> -#include <math.h> // For some reason isnan() isn't working on macosx any more. --- a/src/synfig/widthpoint.cpp +++ b/src/synfig/widthpoint.cpp @@ -30,7 +30,7 @@ # include <config.h> #endif -#include <math.h> +#include <cmath> #include "widthpoint.h" #endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.