Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
lalsuite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
109
Issues
109
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
28
Merge Requests
28
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
lalsuite
Commits
386671d1
Commit
386671d1
authored
Mar 27, 2018
by
John Douglas Veitch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables
parent
7ea88680
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lalinference/src/LALInferenceNestedSampler.c
lalinference/src/LALInferenceNestedSampler.c
+0
-3
No files found.
lalinference/src/LALInferenceNestedSampler.c
View file @
386671d1
...
...
@@ -1564,10 +1564,8 @@ INT4 LALInferenceNestedSamplingSloppySample(LALInferenceRunState *runState)
LALInferenceVariables
oldParams
;
/* Single thread here */
LALInferenceThreadState
*
threadState
=
runState
->
threads
[
0
];
LALInferenceIFOData
*
data
=
runState
->
data
;
REAL8
tmp
;
REAL8
Target
=
0
.
3
;
char
tmpName
[
320
];
REAL8
logLold
=*
(
REAL8
*
)
LALInferenceGetVariable
(
threadState
->
currentParams
,
"logL"
);
memset
(
&
oldParams
,
0
,
sizeof
(
oldParams
));
LALInferenceCopyVariables
(
threadState
->
currentParams
,
&
oldParams
);
...
...
@@ -1587,7 +1585,6 @@ INT4 LALInferenceNestedSamplingSloppySample(LALInferenceRunState *runState)
REAL8
logLnew
=
0
.
0
;
UINT4
sub_iter
=
0
;
UINT4
tries
=
0
;
UINT4
ifo
=
0
;
REAL8
counter
=
1
.;
UINT4
BAILOUT
=
100
*
testnumber
;
/* If no acceptance after 100 tries, will exit and the sampler will try a different starting point */
const
char
*
extra_names
[]
=
{
"logL"
,
"optimal_snr"
,
"matched_filter_snr"
,
"deltalogL"
};
/* Names for parameters to be stripped when sampling prior */
...
...
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