Subversion Repositories gelsvn

Rev

Rev 198 | Rev 324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 203
Line 7... Line 7...
7
#include <algorithm>
7
#include <algorithm>
8
#include "CGLA/CGLA.h"
8
#include "CGLA/CGLA.h"
9
#include "CGLA/ArithVec.h"
9
#include "CGLA/ArithVec.h"
10
 
10
 
11
#if (_MSC_VER >= 1200)
11
#if (_MSC_VER >= 1200)
12
#pragma push (warning)
12
#pragma warning (push)
13
#pragma warning (disable: 4018)
13
#pragma warning (disable: 4018)
14
#endif
14
#endif
15
 
15
 
16
namespace Geometry
16
namespace Geometry
17
{
17
{
Line 326... Line 326...
326
	}
326
	}
327
}
327
}
328
namespace GEO = Geometry;
328
namespace GEO = Geometry;
329
 
329
 
330
#if (_MSC_VER >= 1200)
330
#if (_MSC_VER >= 1200)
331
#pragma pop (warning)
331
#pragma warning (pop)
332
#endif
332
#endif
333
 
333
 
334
 
334
 
335
#endif
335
#endif