Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 451406 | Differences between
and this patch

Collapse All | Expand All

(-)./libsrc/occ/Partition_Loop.cxx.ori (+3 lines)
Lines 66-71 Link Here
66
#include <TopExp.hxx>
66
#include <TopExp.hxx>
67
#include <TopExp_Explorer.hxx>
67
#include <TopExp_Explorer.hxx>
68
68
69
#include <math.h>
70
#define PI M_PI
71
69
static char* name = new char[100];
72
static char* name = new char[100];
70
static int nbe = 0;
73
static int nbe = 0;
71
74
(-)./libsrc/occ/Partition_Loop2d.cxx.ori (+3 lines)
Lines 51-56 Link Here
51
#include <gp_Pnt.hxx>
51
#include <gp_Pnt.hxx>
52
#include <gp_Pnt2d.hxx>
52
#include <gp_Pnt2d.hxx>
53
53
54
#include <math.h>
55
#define PI M_PI
56
54
//=======================================================================
57
//=======================================================================
55
//function : Partition_Loop2d
58
//function : Partition_Loop2d
56
//purpose  :
59
//purpose  :

Return to bug 451406