Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
pulsatingscience
Commits
08406ff4
Commit
08406ff4
authored
Sep 11, 2017
by
Oliver Bock
Browse files
Tuned LLO orientation
parent
15aaa3f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsaranimationwidget.cpp
View file @
08406ff4
...
...
@@ -66,7 +66,7 @@ PulsarAnimationWidget::PulsarAnimationWidget(QWidget *parent) :
// initial parameters (have to match GUI!)
m_LHOAngle
=
180
;
m_LLOAngle
=
-
10
0
;
m_LLOAngle
=
-
9
0
;
m_VirgoAngle
=
165
;
m_sourceIota
=
0.0
;
m_sourceInclination
=
0
;
...
...
@@ -526,7 +526,7 @@ void PulsarAnimationWidget::setLHOAngle(const double degrees)
void
PulsarAnimationWidget
::
setLLOAngle
(
const
double
degrees
)
{
m_LLOAngle
=
degrees
-
10
0
;
m_LLOAngle
=
degrees
-
9
0
;
updatePulseProfile
();
updateGL
();
...
...
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