Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
50fb98aa
Commit
50fb98aa
authored
Nov 24, 2014
by
BRAMAS Berenger
Browse files
By default tell the user to pass -help to have help
parent
fbb2e3b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Src/Utils/FParameterNames.hpp
View file @
50fb98aa
...
...
@@ -197,6 +197,11 @@ inline void PrintUsedOptions(const std::vector<FParameterNames>& options){
FParameterDefinitions::PrintUsedOptions(optionsvec);\
return 0;\
} \
{\
std::cout << "[ScalFMM] To have the help for this executable pass: "; \
for(auto pr: FParameterDefinitions::Help.options) std::cout << pr << ", "; \
std::cout << "\n";\
}
#endif // FPARAMETERNAMES_HPP
Write
Preview
Supports
Markdown
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