src/general.h
@@ -8,10 +8,11 @@ * @file header.h * @author Samo Penic * @date 5.3.2001 * * * Header file for general inclusion in all the code, defining data structures * and general constans. All datatypes used in the code is also defined here. * * Miha: branch trisurf-polyel */ /* Defines */ @@ -154,7 +155,6 @@ ts_double projArea; ts_double relR; ts_double solAngle; ts_int locked; }; typedef struct ts_vertex ts_vertex;