Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
TRACY3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
PA
Optics
TRACY3
Commits
d759274f
Commit
d759274f
authored
13 years ago
by
zhang
Browse files
Options
Downloads
Patches
Plain Diff
30/06/2011
Access RF cavity family index by global variable
parent
062a4457
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tracy/tools/max4.cc
+1
-1
1 addition, 1 deletion
tracy/tools/max4.cc
with
1 addition
and
1 deletion
tracy/tools/max4.cc
+
1
−
1
View file @
d759274f
...
...
@@ -352,7 +352,7 @@ prtmfile("flat_file.dat"); // writes flat file /* very important file for debu
double
sum_delta
[
globval
.
Cell_nLoc
+
1
][
2
];
double
sum2_delta
[
globval
.
Cell_nLoc
+
1
][
2
];
GetEmittance
(
ElemIndex
(
"
cav
"
)
,
true
);
GetEmittance
(
globval
.
cav
,
true
);
// initialize momentum aperture arrays
for
(
k
=
0
;
k
<=
globval
.
Cell_nLoc
;
k
++
){
...
...
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