Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VeikonKone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AUSA
Oliskir
VeikonKone
Commits
d82e78f8
Commit
d82e78f8
authored
7 years ago
by
Oliver Kirsebom
Browse files
Options
Downloads
Patches
Plain Diff
modified Blinker dimensions to match true dimensions of fabricated device
parent
5f2adcfd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VeikonKone.dox
+1
-1
1 addition, 1 deletion
VeikonKone.dox
src/VKBlinkers.cpp
+2
-2
2 additions, 2 deletions
src/VKBlinkers.cpp
with
3 additions
and
3 deletions
VeikonKone.dox
+
1
−
1
View file @
d82e78f8
...
...
@@ -753,7 +753,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
INPUT = /home/oliskir/Desktop/
f
20/VeikonKone/include/
INPUT = /home/oliskir/Desktop/
F
20
-IGISOL/sim
/VeikonKone/include/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
...
This diff is collapsed.
Click to expand it.
src/VKBlinkers.cpp
+
2
−
2
View file @
d82e78f8
...
...
@@ -146,8 +146,8 @@ void VKBlinkers::SetDefaults(){
// dimensions
fCutOffAngle
=
65
*
deg
;
fThickness
=
37.0
*
mm
;
//
18.5*mm;
fInnerDiameter
=
fDetConstr
->
GetIronEndcapHoleDiameter
()
+
2
*
cm
;
fThickness
=
18.5
*
mm
;
fInnerDiameter
=
fDetConstr
->
GetIronEndcapHoleDiameter
();
// deduced dimensions
fOuterDiameter
=
fInnerDiameter
+
2
*
fThickness
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment