Subversion Repositories gelsvn

Rev

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

Rev 595 Rev 601
Line 14... Line 14...
14
 
14
 
15
#include <cmath>
15
#include <cmath>
16
#include <iostream>
16
#include <iostream>
17
#include <vector>
17
#include <vector>
18
#include <algorithm>
18
#include <algorithm>
19
#include "CGLA/CGLA.h"
19
#include "../CGLA/CGLA.h"
20
#include "CGLA/ArithVec.h"
20
#include "../CGLA/ArithVec.h"
21
 
21
 
22
#if (_MSC_VER >= 1200)
22
#if (_MSC_VER >= 1200)
23
#pragma warning (push)
23
#pragma warning (push)
24
#pragma warning (disable: 4018)
24
#pragma warning (disable: 4018)
25
#endif
25
#endif