Subversion Repositories gelsvn

Rev

Rev 671 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 671 Rev 680
Line 1... Line 1...
1
#include <iostream>
1
#include <iostream>
2
 
2
 
3
#include "CGLA/Vec3f.h"
3
#include <GEL/CGLA/Vec3f.h>
4
#include "CGLA/Mat3x3f.h"
4
#include <GEL/CGLA/Mat3x3f.h>
5
#include "CGLA/statistics.h"
5
#include <GEL/CGLA/statistics.h>
6
#include "CGLA/eigensolution.h"
6
#include <GEL/CGLA/eigensolution.h>
7
 
7
 
8
using namespace std;
8
using namespace std;
9
using namespace CGLA;
9
using namespace CGLA;
10
 
10
 
11
 
11