Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
arbor-sim
arbor
Commits
ec9f5d67
Unverified
Commit
ec9f5d67
authored
3 years ago
by
Sebastian Schmitt
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Rephrase exception message in case of missing segment (#1659)
parent
f13f786a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arbor/morph/morphexcept.cpp
+1
-1
1 addition, 1 deletion
arbor/morph/morphexcept.cpp
with
1 addition
and
1 deletion
arbor/morph/morphexcept.cpp
+
1
−
1
View file @
ec9f5d67
...
...
@@ -25,7 +25,7 @@ no_such_branch::no_such_branch(msize_t bid):
{}
no_such_segment
::
no_such_segment
(
msize_t
id
)
:
arbor_exception
(
pprintf
(
"segment {}
out of bounds
"
,
id
)),
arbor_exception
(
pprintf
(
"
no such
segment {}"
,
id
)),
sid
(
id
)
{}
...
...
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