From 311301bef2f4762781817a7553b56d827d2d8d7e Mon Sep 17 00:00:00 2001
From: Miha <mihaf@hapi.(none)>
Date: Fri, 29 Nov 2013 08:44:43 +0000
Subject: [PATCH] First test of new branch. Nothing done yet.

---
 src/general.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/general.h b/src/general.h
index 1dfb3a7..063e124 100644
--- a/src/general.h
+++ b/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;
 

--
Gitblit v1.9.3