Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OPAL
src
Commits
bacac526
Commit
bacac526
authored
Jun 10, 2015
by
kraus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debug output
parent
92a0b366
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
classic/5.0/src/Fields/Astra1D_fast.cpp
classic/5.0/src/Fields/Astra1D_fast.cpp
+1
-7
No files found.
classic/5.0/src/Fields/Astra1D_fast.cpp
View file @
bacac526
...
...
@@ -125,12 +125,6 @@ std::vector<double> Astra1D_fast::computeFourierCoefficients(int accuracy,
RealValues
[
iii
]
=
evenFieldSampling
[
i
];
}
std
::
ofstream
out
(
"test.dat"
);
for
(
int
i
=
0
;
i
<
2
*
num_gridpz_m
;
++
i
)
{
int
ii
=
std
::
abs
(
i
-
num_gridpz_m
+
1
);
out
<<
ii
<<
"
\t
"
<<
RealValues
[
i
]
<<
"
\t
"
<<
evenFieldSampling
[
ii
]
<<
std
::
endl
;
}
gsl_fft_real_wavetable
*
real
=
gsl_fft_real_wavetable_alloc
(
2
*
num_gridpz_m
);
gsl_fft_real_workspace
*
work
=
gsl_fft_real_workspace_alloc
(
2
*
num_gridpz_m
);
...
...
@@ -184,4 +178,4 @@ void Astra1D_fast::computeFieldDerivatives(std::vector<double> & fourierComponen
onAxisAccel_m
[
i
]
=
gsl_interp_accel_alloc
();
gsl_spline_init
(
onAxisInterpolants_m
[
i
],
&
zvals
[
0
],
&
higherDerivatives
[
i
-
1
][
0
],
num_gridpz_m
);
}
}
\ No newline at end of file
}
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