Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ext-piot_p
src
Commits
523db869
Commit
523db869
authored
Aug 18, 2022
by
adelmann
🎗
Browse files
We only read one filename, not an array of filenames
parent
9854dcd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Structure/OpalWake.cpp
src/Structure/OpalWake.cpp
+1
-1
No files found.
src/Structure/OpalWake.cpp
View file @
523db869
...
...
@@ -80,7 +80,7 @@ OpalWake::OpalWake():
itsAttr
[
FILTERS
]
=
Attributes
::
makeStringArray
(
"FILTERS"
,
"List of filters to apply on line density"
);
itsAttr
[
FNAME
]
=
Attributes
::
makeString
Array
itsAttr
[
FNAME
]
=
Attributes
::
makeString
(
"FNAME"
,
"Filename of the wakefield file"
);
OpalWake
*
defWake
=
clone
(
"UNNAMED_WAKE"
);
...
...
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