Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
finesse
finesse
Commits
1f0fac49
Commit
1f0fac49
authored
May 22, 2017
by
Daniel Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing debug prints
parent
21ca49c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/kat_calc.c
src/kat_calc.c
+2
-2
No files found.
src/kat_calc.c
View file @
1f0fac49
...
...
@@ -1578,7 +1578,7 @@ void fill_mirror_signal_rhs(signal_t *signal, ifo_matrix_vars_t* M_car, ifo_matr
if
(
!
node2
->
gnd_node
)
{
z_inc_z
(
&
srhs
[
sidx
],
z_by_xph
(
a21
,
(
nr1
-
nr2
)
*
factor_t
,
phase_t
));
if
(
zabs
(
a21
)
!=
0
)
warn
(
"!!! 21 %s %s %s
\n
"
,
mirror
->
name
,
complex_form
(
a21
),
complex_form
(
srhs
[
sidx
]));
//
if(zabs(a21) != 0) warn("!!! 21 %s %s %s\n", mirror->name, complex_form(a21), complex_form(srhs[sidx]));
}
// check if we need to conjugate the value for the lower sideband
if
(
f_sig
->
order
==
-
1
)
srhs
[
sidx
].
im
*=
-
1
;
...
...
@@ -1590,7 +1590,7 @@ void fill_mirror_signal_rhs(signal_t *signal, ifo_matrix_vars_t* M_car, ifo_matr
if
(
!
node1
->
gnd_node
)
{
z_inc_z
(
&
srhs
[
sidx
],
z_by_xph
(
a12
,
-
(
nr1
-
nr2
)
*
factor_t
,
phase_t
));
if
(
zabs
(
a12
)
!=
0
)
warn
(
"!!! 12 %s %s %s
\n
"
,
mirror
->
name
,
complex_form
(
a12
),
complex_form
(
srhs
[
sidx
]));
//
if(zabs(a12) != 0) warn("!!! 12 %s %s %s\n", mirror->name, complex_form(a12), complex_form(srhs[sidx]));
}
// check if we need to conjugate the value for the lower sideband
if
(
f_sig
->
order
==
-
1
)
srhs
[
sidx
].
im
*=
-
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment