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
368fb5d7
Commit
368fb5d7
authored
1 year ago
by
Felix de las Pozas
Browse files
Options
Downloads
Patches
Plain Diff
Bump to version 1.8.11. Updated recorder commit in subprojects.
parent
18c5caa5
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
visimpl/visimpl.cpp
+1
-1
1 addition, 1 deletion
visimpl/visimpl.cpp
with
3 additions
and
3 deletions
.gitsubprojects
+
1
−
1
View file @
368fb5d7
...
...
@@ -7,4 +7,4 @@ git_subproject( ReTo https://github.com/vg-lab/ReTo.git b915c02 )
git_subproject
(
SimIL https://github.com/vg-lab/SimIL.git 376feed
)
git_subproject
(
scoop https://github.com/vg-lab/scoop.git 1185a5a
)
git_subproject
(
plab https://github.com/vg-lab/particlelab.git dbaf1b3
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
c61335a
)
git_subproject
(
acuterecorder https://github.com/vg-lab/AcuteRecorder.git
92321d2
)
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
368fb5d7
...
...
@@ -9,7 +9,7 @@
cmake_minimum_required
(
VERSION 3.1 FATAL_ERROR
)
# visimpl project and version
project
(
visimpl VERSION 1.8.1
0
)
project
(
visimpl VERSION 1.8.1
1
)
set
(
visimpl_VERSION_ABI 6
)
SET
(
VISIMPL_LICENSE
"GPL"
)
...
...
This diff is collapsed.
Click to expand it.
visimpl/visimpl.cpp
+
1
−
1
View file @
368fb5d7
...
...
@@ -386,7 +386,7 @@ void usageMessage( char* progName )
<<
"Usage: "
<<
progName
<<
std
::
endl
<<
"
\t
[ -bc <blue_config_path> [-target <target> ] | "
<<
"-csv <network_path> <activity_path>
]
"
<<
"-csv <network_path> <activity_path>
| -h5 <network_path> <activity_path>
"
<<
std
::
endl
#ifdef SIMIL_WITH_REST_API
<<
"
\t
[ -rest <url> <port> ]"
...
...
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