Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
0658c2d3
Commit
0658c2d3
authored
Jun 23, 2020
by
Cristian Lalescu
Browse files
fix typos
parent
b1d4f6a2
Pipeline
#77159
passed with stages
in 23 minutes and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cpp/spectrum_function.hpp
View file @
0658c2d3
...
...
@@ -4,7 +4,7 @@
#include
"kspace.hpp"
template
<
field_backend
be
,
kspace_dealias
type
dt
>
kspace_dealias
_
type
dt
>
class
spectrum_function
{
private:
...
...
@@ -14,7 +14,7 @@ class spectrum_function
public:
spectrum_function
(
const
kspace
<
be
,
dt
>
*
KK
,
const
std
::
vector
&
source_values
)
:
const
std
::
vector
<
double
>
&
source_values
)
:
kk
(
KK
),
values
(
source_values
)
{
...
...
@@ -29,4 +29,4 @@ class spectrum_function
assert
(
index
<
this
->
values
.
size
());
return
this
->
values
[
index
];
}
}
}
;
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment