Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
Redstart
Commits
48621dd6
Commit
48621dd6
authored
Jan 08, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.rwth-aachen.de/ita/Redstart
parents
600aa749
ac2cfb24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/RedstartWindow.cpp
src/RedstartWindow.cpp
+1
-2
No files found.
src/RedstartWindow.cpp
View file @
48621dd6
...
...
@@ -655,8 +655,7 @@ void RedstartWindow::on_pushButton_start_stop_clicked()
oVAConfigArgs
[
"Paths"
][
"redstart_data"
]
=
"data"
;
oVAConfigArgs
[
"Paths"
][
"redstart_data_dev"
]
=
"../VACore/data"
;
m_pVAInterface
=
VACore
::
CreateCoreInstance
(
oVAConfigArgs
);
m_pVAInterface
->
SetOutputStream
(
ui
->
plainTextEdit_core_output
->
GetOutputStream
()
);
m_pVAInterface
=
VACore
::
CreateCoreInstance
(
oVAConfigArgs
,
ui
->
plainTextEdit_core_output
->
GetOutputStream
()
);
m_pVAInterface
->
Initialize
();
m_pVAInterface
->
AttachEventHandler
(
this
);
...
...
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