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
108
Issues
108
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
2a026af5
Commit
2a026af5
authored
Feb 24, 2019
by
Ian Harry
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'relax-nr-tol' into 'master'
relaxing tol of frame in NRWaveform See merge request
!675
parents
702fbac9
5100770d
Pipeline
#50384
passed with stages
in 162 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lalsimulation/src/LALSimIMRNRWaveforms.c
lalsimulation/src/LALSimIMRNRWaveforms.c
+3
-1
No files found.
lalsimulation/src/LALSimIMRNRWaveforms.c
View file @
2a026af5
...
...
@@ -493,8 +493,10 @@ UNUSED static UINT4 XLALSimInspiralNRWaveformGetRotationAnglesFromH5File(
*
psi
=
2
*
LAL_PI
-
*
psi
;
y_val
=
sin
(
*
psi
)
*
sin
(
*
theta
);
}
if
(
fabs
(
y_val
-
z_wave_y
)
>
0
.
00
01
)
if
(
fabs
(
y_val
-
z_wave_y
)
>
0
.
00
5
)
{
XLAL_PRINT_ERROR
(
"orb_phase = %.16f
\n
"
,
orb_phase
);
XLAL_PRINT_ERROR
(
"y_val = %.16f, z_wave_y = %.16f, fabs(y_val - z_wave_y) = %.16f
\n
"
,
y_val
,
z_wave_y
,
fabs
(
y_val
-
z_wave_y
));
XLAL_ERROR
(
XLAL_EDOM
,
"Something's wrong in Ian's math. Tell him he's an idiot!"
);
}
}
...
...
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