From 6da644f98434d3eac8b4e19981754f6030a315a5 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 27 Jun 2018 12:05:32 +0000
Subject: [PATCH] Resolving the issues with restoring vesicles from vtu and fixing the volume. Dump to vtu has been repaired.

---
 src/shcomplex.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/shcomplex.c b/src/shcomplex.c
index bd3a733..9002e7e 100644
--- a/src/shcomplex.c
+++ b/src/shcomplex.c
@@ -171,3 +171,9 @@
     
     return retval;
 }
+
+
+ts_double get_absolute_ulm2(ts_vesicle *vesicle, int l, int m){
+	return gsl_complex_abs2(vesicle->sphHarmonics->ulmComplex[l][m]);
+}
+

--
Gitblit v1.9.3