From 632960fbf1ebde72860966058354f7a6b61f5267 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Thu, 10 Apr 2014 09:35:04 +0000
Subject: [PATCH] Added possibility to skip calculations of spherical harmonics. Fixed documentation in triangle.c.

---
 src/tape |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/tape b/src/tape
index dbaabdb..833acaa 100644
--- a/src/tape
+++ b/src/tape
@@ -48,9 +48,12 @@
 #how many initial mcsweeps*inititer MC sweeps before recording to disk?
 inititer=0
 #how many records do you want on the disk iteration are there in a run?
-iterations=20
+iterations=2000
 
 
+###### Spherical harmonics ###########
+spherical_harmonics_coefficients=21
+
 #shut up if we are using cluster!!!
 quiet=false
 

--
Gitblit v1.9.3