Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
a3122518
Commit
a3122518
authored
Aug 30, 2018
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add error msg in BisectionCmd if nkp > 1
parent
cd77e32a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
BisectionCmd.h
src/BisectionCmd.h
+9
-0
No files found.
src/BisectionCmd.h
View file @
a3122518
...
...
@@ -74,6 +74,15 @@ class BisectionCmd : public Cmd
return
1
;
}
if
(
wf
.
nkp
()
>
1
)
{
if
(
ui
->
onpe0
()
)
{
cout
<<
" BisectionCmd: only implemented for k=0"
<<
endl
;
}
return
1
;
}
if
(
nLevels
[
0
]
<
0
||
nLevels
[
0
]
>
5
||
nLevels
[
1
]
<
0
||
nLevels
[
1
]
>
5
||
nLevels
[
2
]
<
0
||
nLevels
[
2
]
>
5
)
...
...
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