Skip to content
Snippets Groups Projects
Commit bb3f5da0 authored by Christian Godenschwager's avatar Christian Godenschwager
Browse files

Remove alternative operator spelling

parent d466ac5b
No related merge requests found
......@@ -33,8 +33,6 @@
#include <vector>
#include <string>
#include <iso646.h>
namespace walberla {
namespace mesh {
......@@ -58,7 +56,7 @@ void test( const std::string & meshFile )
for( auto it = mesh->faces_begin(); it != mesh->faces_end(); ++it )
{
mesh->status( *it ).set_tagged( b );
b = not b;
b = !b;
}
mesh->request_vertex_status();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment