Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
INMOST
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Terekhov
INMOST
Commits
2d42caac
Commit
2d42caac
authored
May 15, 2015
by
Alexander Danilov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nonconformant code
solver_bcgsl.hpp: jump crosses initialization of 'bool halt'
parent
821a833b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
solver_bcgsl.hpp
solver_bcgsl.hpp
+1
-1
No files found.
solver_bcgsl.hpp
View file @
2d42caac
...
...
@@ -625,12 +625,12 @@ namespace INMOST
#endif
INMOST_DATA_ENUM_TYPE
i
=
0
;
bool
halt
=
false
;
if
(
last_resid
<
atol
||
last_resid
<
rtol
*
resid0
)
{
reason
=
"initial solution satisfy tolerances"
;
goto
exit
;
}
bool
halt
=
false
;
#if defined(USE_OMP)
#pragma omp parallel
#endif
...
...
Write
Preview
Markdown
is supported
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