Skip to content
Snippets Groups Projects
Commit 7667d756 authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix in code example

[[Imported from SVN: r5624]]
parent 522d7460
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ namespace Dune
* \code
* int main(int argc, char** argv){
* typedef Dune::MPIHelper MPIHelper;
* MPIHelper::instance(&argc, &argv);
* MPIHelper::instance(argc, argv);
* typename MPIHelper::MPICommunicator world =
* MPIHelper::getCommunicator();
* ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment