Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
visimpl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SimVisSuite
visimpl
Commits
58ed88e6
Commit
58ed88e6
authored
2 years ago
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Rest wait times
parent
371493ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitsubprojects
+1
-1
1 addition, 1 deletion
.gitsubprojects
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
sumrice/ConfigureRESTDialog.cpp
+1
-1
1 addition, 1 deletion
sumrice/ConfigureRESTDialog.cpp
with
3 additions
and
3 deletions
.gitsubprojects
+
1
−
1
View file @
58ed88e6
...
...
@@ -4,7 +4,7 @@
#git_subproject( gmrvlex https://github.com/vg-lab/gmrvlex.git c20b194 )
#git_subproject( Brion https://github.com/BlueBrain/Brion.git 073f356 )
git_subproject
(
ReTo https://github.com/gmrvvis/ReTo.git e21091c
)
git_subproject
(
SimIL https://github.com/gmrvvis/SimIL.git
a8a56438
)
git_subproject
(
SimIL https://github.com/gmrvvis/SimIL.git
bbc4bd7f
)
git_subproject
(
scoop https://github.com/gmrvvis/scoop.git b3326cd
)
git_subproject
(
plab https://github.com/vg-lab/particlelab.git 675f9088
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git 0b84c2b1
)
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
58ed88e6
...
...
@@ -9,7 +9,7 @@
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
# visimpl project and version
project
(
visimpl VERSION 1.8.
0
)
project
(
visimpl VERSION 1.8.
1
)
set
(
visimpl_VERSION_ABI 6
)
SET
(
VISIMPL_LICENSE
"GPL"
)
...
...
This diff is collapsed.
Click to expand it.
sumrice/ConfigureRESTDialog.cpp
+
1
−
1
View file @
58ed88e6
...
...
@@ -35,7 +35,7 @@ RESTConfigurationWidget::RESTConfigurationWidget(QWidget *p, Qt::WindowFlags f)
:
QWidget
(
p
,
f
)
{
m_waitTime
=
new
QSpinBox
();
m_waitTime
->
setMinimum
(
1
000
);
m_waitTime
->
setMinimum
(
1
);
m_waitTime
->
setMaximum
(
10000
);
m_waitTime
->
setValue
(
5000
);
m_waitTime
->
setSuffix
(
" ms"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment