updated to the change update/edge -> update/component_ep

This commit is contained in:
Paolo Cignoni 2012-10-04 20:40:40 +00:00
parent 18e2f6dd7c
commit cbf99ac69a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include <vcg/complex/algorithms/update/normal.h> #include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/update/flag.h> #include <vcg/complex/algorithms/update/flag.h>
#include <vcg/complex/algorithms/update/bounding.h> #include <vcg/complex/algorithms/update/bounding.h>
#include <vcg/complex/algorithms/update/edges.h> #include <vcg/complex/algorithms/update/component_ep.h>
#include <vcg/complex/algorithms/create/marching_cubes.h> #include <vcg/complex/algorithms/create/marching_cubes.h>
#include <vcg/space/index/grid_static_ptr.h> #include <vcg/space/index/grid_static_ptr.h>
#include <vcg/complex/algorithms/closest.h> #include <vcg/complex/algorithms/closest.h>