Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
588ee80d
Commit
588ee80d
authored
Oct 08, 2015
by
Pilar Cossio
Browse files
Debug Priors pointer
parent
a2c28842
Changes
3
Hide whitespace changes
Inline
Side-by-side
Tutorial_BioEM/Param_Input_Priors
View file @
588ee80d
...
...
@@ -16,4 +16,4 @@ DISPLACE_CENTER 10 2
####### Priors ###############
PRIOR_MODEL 0.005
#
PRIOR_ANGLES
PRIOR_ANGLES
bioem_cuda.cu
View file @
588ee80d
...
...
@@ -18,6 +18,7 @@ using namespace std;
#include "bioem_cuda_internal.h"
#include "bioem_algorithm.h"
//#include "helper_cuda.h"
#define checkCudaErrors(error) \
{ \
...
...
param.cpp
View file @
588ee80d
...
...
@@ -1236,7 +1236,7 @@ bioem_param::~bioem_param()
if
(
refCTF
)
delete
[]
refCTF
;
if
(
CtfParam
)
delete
[]
CtfParam
;
if
(
angles
)
free
(
angles
);
if
(
angprior
)
delete
[]
angprior
;
//
if(angprior) delete[] angprior;
refCTF
=
NULL
;
CtfParam
=
NULL
;
angles
=
NULL
;
...
...
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