Who did add the following method to CglCutGenerator.hpp: // Create C++ lines to get to current state virtual std::string generateCpp( FILE * fp) {return "";}; This is reimplemented in several (all?) generators and generate some mysterious C++ code. What is the use of this method? Why is it there? Please post answers to the cgl mailing list. Francois