From: <coe...@us...> - 2011-08-27 13:00:46
|
Revision: 374 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=374&view=rev Author: coertmetz Date: 2011-08-27 13:00:40 +0000 (Sat, 27 Aug 2011) Log Message: ----------- CM: Renamed WEMSelectPatches to WEMCMSelectPatches to prevent collision with MeVisLab 2.2 module. CM = Community Modules (and not Coert Metz ;). Modified Paths: -------------- trunk/Community/General/Sources/ML/MLWEMCommunityModules/MLWEMCommunityModulesInit.cpp Modified: trunk/Community/General/Sources/ML/MLWEMCommunityModules/MLWEMCommunityModulesInit.cpp =================================================================== --- trunk/Community/General/Sources/ML/MLWEMCommunityModules/MLWEMCommunityModulesInit.cpp 2011-08-27 12:59:14 UTC (rev 373) +++ trunk/Community/General/Sources/ML/MLWEMCommunityModules/MLWEMCommunityModulesInit.cpp 2011-08-27 13:00:40 UTC (rev 374) @@ -15,7 +15,7 @@ #include "WEMPlane/WEMPlane.h" #include "WEMCenterOfMass/WEMCenterOfMass.h" #include "WEMVolume/WEMVolume.h" -#include "WEMSelectPatches/WEMSelectPatches.h" +#include "WEMCMSelectPatches/WEMCMSelectPatches.h" #include "WEMNodesToFile/WEMNodesToFile.h" ML_START_NAMESPACE @@ -28,7 +28,7 @@ WEMPlane::initClass(); WEMVolume::initClass(); - WEMSelectPatches::initClass(); + WEMCMSelectPatches::initClass(); WEMNodesToFile::initClass(); WEMCenterOfMass::initClass(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |