]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBoxModel.cxx
v1.1.0
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBoxModel.cxx
index c7b2c0caa47cf23b1483173f07f1a6680c9ee728..46deada9ca5bdc2d9decfb46f48206bd998131b7 100644 (file)
@@ -199,8 +199,12 @@ namespace bbtk
                }
        }
 
+       
+       //=========================================================================
+       //JPR
        void GBoxModel::addColons(std::string &text)
        {
+               printf("EED JPR >>>>>>>>>>>>>>> %s\n",text.c_str() );
                std::string character("&&2P&&");                                
                size_t pos;
                pos = text.find(character);
@@ -212,6 +216,8 @@ namespace bbtk
                }
        }
 
+       //=========================================================================
+       //JPR
        void GBoxModel::removeColons(std::string &text)
        {
                std::string character(":");