Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
whizard
public
Commits
7407eefe
Commit
7407eefe
authored
Aug 03, 2019
by
Juergen Reuter
Browse files
f2a810a Merge branch 'remove_debug_output' into 'master'
parent
f79abf46
Changes
1
Hide whitespace changes
Inline
Side-by-side
omega/src/fusion_vintage.ml
View file @
7407eefe
(* fusion.ml --
(* fusion
_vintage
.ml --
Copyright (C) 1999-2019 by
...
...
@@ -1540,7 +1540,7 @@ i*)
stat_fuse
(
PT
.
of2_kludge
wf1'
(
stat_fuse
wfs'
(
M
.
conjugate
(
A
.
flavor
wf1
))))
(
A
.
flavor
wf1
)
in
Printf
.
eprintf
"Fusion.stat_keystone: %s
\n
"
(
S
.
stat_to_string
stat
);
(*i
Printf.eprintf "Fusion.stat_keystone: %s\n" (S.stat_to_string stat);
i*)
stat_sign
stat
*
PT
.
fold_left
(
fun
acc
wf
->
acc
*
stat_sign
wf
)
(
stat_sign
wf1'
)
wfs'
...
...
@@ -2426,11 +2426,11 @@ i*)
let
stat_fuse
s1
s2
f
=
let
stat
=
stat_fuse
s1
s2
f
in
Printf
.
eprintf
"Fusion.Stat_Majorana.stat_fuse_legacy: %s <- %s -> %s
\n
"
(
M
.
flavor_to_string
f
)
(
ThoList
.
to_string
stat_to_string
[
s1
;
s2
])
(
stat_to_string
stat
);
(*i
Printf.eprintf
"Fusion.Stat_Majorana.stat_fuse_legacy: %s <- %s -> %s\n"
(M.flavor_to_string f)
(ThoList.to_string stat_to_string [s1; s2])
(stat_to_string stat);
i*)
stat
(*i These are the old Impossible raising rules. We keep them to ask Ohl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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