Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
einsteinathome
pulsatingscience
Commits
91231d3a
Commit
91231d3a
authored
Jul 29, 2010
by
Oliver Bock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed debug messages (why do they show up in release-build anyway?)
parent
205855ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/pulsaranimationwidget.cpp
src/pulsaranimationwidget.cpp
+0
-3
No files found.
src/pulsaranimationwidget.cpp
View file @
91231d3a
...
...
@@ -647,7 +647,6 @@ void PulsarAnimationWidget::updateCameraPosition(const double angleH, const doub
updateGL
();
qDebug
(
"Camera (x,y,z,+,h,v): %f, %f, %f, %f, %f, %f"
,
m_cameraPosX
,
m_cameraPosY
,
m_cameraPosZ
,
zoom
,
angleH
,
angleV
);
}
void
PulsarAnimationWidget
::
setFramePerSecond
(
const
unsigned
int
fps
)
...
...
@@ -716,8 +715,6 @@ void PulsarAnimationWidget::updatePulseProfile()
const
double
t2
=
sin
(
alpha
)
*
sin
(
beta
+
alpha
);
const
double
W
=
2
*
asin
(
sqrt
(
t1
/
t2
));
qDebug
(
"alpha: %f, beta: %f, rho: %f, t1: %f, t2: %f, W: %f"
,
alpha
*
180
/
PI
,
beta
*
180
/
PI
,
rho
*
180
/
PI
,
t1
*
180
/
PI
,
t2
*
180
/
PI
,
W
*
180
/
PI
);
for
(
int
x
=
0
;
x
<
360
;
++
x
)
{
// update pulsar rotation angle
const
double
phiRot
=
x
*
deltaPhiRot
;
...
...
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