Skip to content

Commit

Permalink
Fixing copy&paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
sithhell committed Jul 24, 2015
1 parent d133a61 commit 831ed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/transpose/transpose_await.cpp
Expand Up @@ -262,7 +262,7 @@ int hpx_main(boost::program_options::variables_map& vm)
if(root)
{
std::cout
<< "Serial Matrix transpose: B = A^T\n"
<< "Distributed HPX Matrix transpose (await): B = A^T\n"
<< "Matrix order = " << order << "\n"
<< "Matrix local columns = " << block_order << "\n"
<< "Number of blocks = " << num_blocks << "\n"
Expand Down

0 comments on commit 831ed59

Please sign in to comment.