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
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
a3c35136
Commit
a3c35136
authored
Jun 29, 2016
by
Sam Yates
Browse files
Options
Downloads
Patches
Plain Diff
Fix ytpo in coment
parent
1eac90da
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/util/debug.cpp
+1
-1
1 addition, 1 deletion
src/util/debug.cpp
with
1 addition
and
1 deletion
src/util/debug.cpp
+
1
−
1
View file @
a3c35136
...
@@ -7,7 +7,7 @@ bool nest::mc::util::failed_assertion(const char *assertion, const char *file,
...
@@ -7,7 +7,7 @@ bool nest::mc::util::failed_assertion(const char *assertion, const char *file,
int
line
,
const
char
*
func
)
int
line
,
const
char
*
func
)
{
{
// Explicit flush, as we can't assume default buffering semantics on stderr/cerr,
// Explicit flush, as we can't assume default buffering semantics on stderr/cerr,
// and abort() mig
n
t not flush streams.
// and abort() mig
h
t not flush streams.
std
::
cerr
<<
file
<<
':'
<<
line
<<
" "
<<
func
std
::
cerr
<<
file
<<
':'
<<
line
<<
" "
<<
func
<<
": Assertion `"
<<
assertion
<<
"' failed."
<<
std
::
endl
;
<<
": Assertion `"
<<
assertion
<<
"' failed."
<<
std
::
endl
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment