Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BioEM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MPIBP-Hummer
BioEM
Commits
588ee80d
Commit
588ee80d
authored
Oct 08, 2015
by
Pilar Cossio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug Priors pointer
parent
a2c28842
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Tutorial_BioEM/Param_Input_Priors
Tutorial_BioEM/Param_Input_Priors
+1
-1
bioem_cuda.cu
bioem_cuda.cu
+1
-0
param.cpp
param.cpp
+1
-1
No files found.
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