Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
dfaf5a6f
Commit
dfaf5a6f
authored
Feb 27, 2019
by
Benedikt Zoennchen
Browse files
bug search.
parent
3bf5297e
Pipeline
#94123
passed with stages
in 56 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/entrypoints/cmd/VadereConsole.java
View file @
dfaf5a6f
...
...
@@ -38,9 +38,9 @@ public class VadereConsole {
try
{
StdOutErrLog
.
addStdOutErrToLog
();
if
(!
CLUtils
.
isOpenCLSupported
())
{
System
.
out
.
println
(
"Warning: OpenCL acceleration disabled, since no OpenCL support could be found!"
);
}
//
if (!CLUtils.isOpenCLSupported()) {
//
System.out.println("Warning: OpenCL acceleration disabled, since no OpenCL support could be found!");
//
}
Namespace
ns
=
parser
.
parseArgs
(
args
);
SubCommandRunner
sRunner
=
ns
.
get
(
"func"
);
sRunner
.
run
(
ns
,
parser
);
...
...
Write
Preview
Supports
Markdown
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