From 90882f51387b945bc0f660d8b12200b2f48e80fa Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 13 Jul 2016 20:22:12 +0000
Subject: [PATCH] Many changes to the code to allow internal pegs

---
 src/io.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/io.c b/src/io.c
index 2c76fd2..a478ca0 100644
--- a/src/io.c
+++ b/src/io.c
@@ -423,7 +423,7 @@
     vesicle->tape=parsetape(command_line_args.tape_fullfilename);
 // recreating space for cells // 
     vesicle->clist=init_cell_list(vesicle->tape->ncxmax, vesicle->tape->ncymax, vesicle->tape->nczmax, vesicle->tape->stepsize);
-	vesicle->clist->max_occupancy=8;
+	vesicle->clist->max_occupancy=16;
 //    vesicle->tape=(ts_tape *)malloc(sizeof(ts_tape));
 //    retval=fread(vesicle->tape, sizeof(ts_tape),1,fh);
 	retval=fread(iteration,sizeof(ts_uint),1,fh);

--
Gitblit v1.9.3