A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use bool for return type of parse_args().
[loba.git]
/
options.h
diff --git
a/options.h
b/options.h
index 5c43e6f2962420d2d35e82047227efeb6afe85bd..838dfa020233fe2820d3e8189c0c330c3daf6735 100644
(file)
--- a/
options.h
+++ b/
options.h
@@
-55,7
+55,7
@@
namespace opt {
} topologies;
// Utility functions
-
int
parse_args(int* argc, char* argv[]);
+
bool
parse_args(int* argc, char* argv[]);
void print();
void usage();