Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 5... Line 5...
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include <cmath>
7
#include <cmath>
8
#include <stdlib.h>
8
#include <stdlib.h>
9
#include <iostream>
9
#include <iostream>
10
#include "CGLA/Vec3d.h"
10
#include "../CGLA/Vec3d.h"
11
#include "ThreeDDDA.h"
11
#include "ThreeDDDA.h"
12
 
12
 
13
using namespace std;
13
using namespace std;
14
using namespace CGLA;
14
using namespace CGLA;
15
 
15