Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
95471193
Commit
95471193
authored
Mar 24, 2015
by
Pilar Cossio
Browse files
debug printf
parent
168005a8
Changes
1
Show whitespace changes
Inline
Side-by-side
bioem_algorithm.h
View file @
95471193
...
...
@@ -110,7 +110,7 @@ __device__ static inline void calProb(int iRefMap, int iOrient, int iConv, myflo
pProbMap
.
Total
+=
exp
(
logpro
-
pProbMap
.
Constoadd
);
if
(
param
.
debugterm
){
printf
(
"Separate Ptot: %f Const: %f logProb %f
\n
"
,
pProbMap
.
Total
,
pProbMap
.
Constoadd
,
logpro
);
//
printf("Separate Ptot: %f Const: %f logProb %f \n",pProbMap.Total,pProbMap.Constoadd,logpro);
}
if
(
param
.
writeAngles
)
...
...
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