summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--liouville.m5
1 files changed, 4 insertions, 1 deletions
diff --git a/liouville.m b/liouville.m
index 1dc12b0..a67263e 100644
--- a/liouville.m
+++ b/liouville.m
@@ -66,8 +66,11 @@ for p=1:N
% lets search this wrequency in the list of available frequencyes
% but since we not garanteed to find it lets assign temporary 0 to Liouville matrix element
L(p,s)=0;
- for w3i=1:length(modulation_freq)
+ decay_part=0;
+ Lt=0;
+ for w3i=1:Nfreq
w_iner=modulation_freq(w3i);
+ decay_part=0;
if ((w_iner == w_l))
%such frequency exist in the list of modulation frequencies
if ((w_iner == 0))