Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e7377150
Commit
e7377150
authored
May 15, 2012
by
Cornelius Müller
Browse files
[FIX
#163
] fixed wrong loading of further dipoles in a metafile
parent
78cba2a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/readDipoles/WMReadDipoles.cpp
src/modules/readDipoles/WMReadDipoles.cpp
+1
-1
No files found.
src/modules/readDipoles/WMReadDipoles.cpp
View file @
e7377150
...
...
@@ -218,7 +218,7 @@ boost::shared_ptr< WDataSetDipoles > WMReadDipoles::readFiles( std::vector< std:
for
(
size_t
fileId
=
1
;
fileId
<
filenames
.
size
();
++
fileId
)
{
readFile
(
filenames
[
fileId
],
&
pos
,
&
times
,
&
magnitudes
);
loadedData
->
addDipole
(
pos
,
times
,
magnitudes
);
loadedData
->
addDipole
(
pos
,
magnitudes
,
times
);
}
return
loadedData
;
...
...
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