Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DynamicModeler/Logic/FastMarching/gw_core/GW_Face.inl
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ GW_I32 GW_Face::GetEdgeNumber( const GW_Vertex& Vert1, const GW_Vertex& Vert2 )
return (i+1)%3;
}
}
return NULL;
return -1;
}


Expand Down