From 69a174c6050ac0b88b8add7ffc19cce38f2170f9 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sun, 03 Jul 2016 20:53:35 +0000
Subject: [PATCH] Prepared skeleton for cluster counting routines

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

diff --git a/src/general.h b/src/general.h
index a6f5114..5189c23 100644
--- a/src/general.h
+++ b/src/general.h
@@ -319,6 +319,18 @@
 
 
 
+typedef struct{
+	ts_uint nvtx;
+	ts_uint idx;
+	ts_vertex **vtx;
+} ts_cluster;
+
+typedef struct{
+	ts_uint n;
+	ts_cluster **cluster;
+} ts_cluster_list;
+
+
 /* GLOBAL VARIABLES */
 
 int quiet;

--
Gitblit v1.9.3