Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pulsatingscience
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Show 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