Commit 50e54568 authored by Vladimir Dudnik's avatar Vladimir Dudnik

cosmetic changes

parent 3c6f3574
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
#if (_MSC_VER >= 1400 && defined _M_X64) || (__GNUC__ >= 4 && defined __x86_64__) #if (_MSC_VER >= 1400 && defined _M_X64) || (__GNUC__ >= 4 && defined __x86_64__)
#if defined WIN32 #if defined WIN32
#include <intrin.h> #include <intrin.h>
#endif #endif
#include <emmintrin.h> #include <emmintrin.h>
#endif #endif
...@@ -1365,8 +1365,8 @@ CvSet; ...@@ -1365,8 +1365,8 @@ CvSet;
o Two pointers to the starting and ending vertices o Two pointers to the starting and ending vertices
(vtx[0] and vtx[1] respectively). (vtx[0] and vtx[1] respectively).
A graph may be oriented or not. In the latter case, edges between A graph may be oriented or not. In the latter case, edges between
vertex i to vertex j are not distinguished during search operations. vertex i to vertex j are not distinguished during search operations.
o Two pointers to next edges for the starting and ending vertices, where o Two pointers to next edges for the starting and ending vertices, where
next[0] points to the next edge in the vtx[0] adjacency list and next[0] points to the next edge in the vtx[0] adjacency list and
......
Markdown is supported
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