Subversion Repositories gelsvn

Rev

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

Rev 646 Rev 652
Line 4... Line 4...
4
 * For license and list of authors, see ../../doc/intro.pdf
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include "curvature.h"
7
#include "curvature.h"
8
 
8
 
9
#include "../GLGraphics/gel_glu.h"
-
 
10
 
-
 
11
#include <iostream>
9
#include <iostream>
12
#include "../CGLA/eigensolution.h"
10
#include "../CGLA/eigensolution.h"
13
#include "../CGLA/Vec2d.h"
11
#include "../CGLA/Vec2d.h"
14
#include "../CGLA/Vec3d.h"
12
#include "../CGLA/Vec3d.h"
15
#include "../CGLA/Mat3x3d.h"
13
#include "../CGLA/Mat3x3d.h"