Skip to content
Snippets Groups Projects
Commit 6bbba466 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

fixed typo

parent 51559f7c
Branches
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ SquirmerID createSquirmer( BodyStorage& globalStorage, BlockStorage& blocks, Blo ...@@ -71,7 +71,7 @@ SquirmerID createSquirmer( BodyStorage& globalStorage, BlockStorage& blocks, Blo
<< " User-ID = " << uid << "\n" << " User-ID = " << uid << "\n"
<< " Global position = " << gpos << "\n" << " Global position = " << gpos << "\n"
<< " Radius = " << radius << "\n" << " Radius = " << radius << "\n"
<< " LinVel = " << sphere->getLinearVel() << "\n" << " LinVel = " << squirmer->getLinearVel() << "\n"
<< " Material = " << Material::getName( material ) << " Material = " << Material::getName( material )
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment