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
a888af74
Commit
a888af74
authored
Dec 06, 2017
by
Oliver Bock
Browse files
Remove obsolete hard-coded GW170817 settings
parent
59705e02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsatingscience.cpp
View file @
a888af74
...
...
@@ -90,10 +90,6 @@ PulsatingScience::PulsatingScience(QWidget *parent) : QMainWindow(parent)
ui
.
cmbSource
->
setModel
(
m_presets
);
ui
.
cmbSource
->
setCurrentIndex
(
settings
.
value
(
"currentPreset"
,
0
).
toInt
());
// For Bruce: set initial values for iota and psi
ui
.
sliderSourceIota
->
setValue
(
146
);
ui
.
sliderSourceInclination
->
setValue
(
177
);
// save initial state
saveOrRestoreInitialAnimationSettings
();
}
...
...
Write
Preview
Supports
Markdown
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