Definition at line 2325 of file mainIDo.cpp. References CleanCall(), and ILOG_INFO. Referenced by HandleCmd(). 02326 { 02327 ILOG_INFO("Cleaning model"); 02328 if (doFeatureIndex) 02329 CleanCall("deletefeaturetable", "false true . ALL ALL"); 02330 CleanCall("deletekernelmatrix", "true nil nil nil ALL ALL"); 02331 CleanCall("deletemodel", "ALL ALL ALL ALL"); 02332 }
Here is the call graph for this function: ![]()
|