Subversion Repositories gelsvn

Rev

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

Rev 566 Rev 572
Line 1... Line 1...
1
/* ----------------------------------------------------------------------- *
1
/* ----------------------------------------------------------------------- *
2
* This file is part of GEL, www.imm.dtu.dk/GEL
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
3
* Copyright (C) the authors (see AUTHORS.txt) and DTU Informatics
3
 * Copyright (C) the authors and DTU Informatics
4
*
-
 
5
* Principal authors:
-
 
6
*  Christian Thode Larsen (thode2d@gmail.com)
4
 * For license and list of authors, see ../../doc/intro.pdf
7
*  J. Andreas Baerentzen (jab@imm.dtu.dk)
-
 
8
*
-
 
9
* See LICENSE.txt for licensing information
-
 
10
* ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
11
 
6
 
12
#include "curvature.h"
7
#include "curvature.h"
13
 
8
 
14
#include <GLGraphics/gel_glut.h>
9
#include <GLGraphics/gel_glut.h>
15
 
10