X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fcpm%2FPlugins%2FHost.cxx;fp=lib%2Fcpm%2FPlugins%2FHost.cxx;h=bc5405d003a16e248af2fc5bcdaa5250260ed3d9;hb=93fb9ff2b54c04231a22d71ff71cab186d411900;hp=1152622259ea63860b58215e429981105f98e7e8;hpb=6618a10363a5eb64022011925c86fa60a6c37e42;p=cpMesh.git diff --git a/lib/cpm/Plugins/Host.cxx b/lib/cpm/Plugins/Host.cxx index 1152622..bc5405d 100644 --- a/lib/cpm/Plugins/Host.cxx +++ b/lib/cpm/Plugins/Host.cxx @@ -1,11 +1,11 @@ #include -#include +// TODO #include /// TODO: doc PLUMA_CONNECTOR bool connect( pluma::Host& host ) { - host.add( new cpm::Plugins::SimpleFillRegionProvider( ) ); + // TODO: host.add( new cpm::Plugins::SimpleFillRegionProvider( ) ); return( true ); }