/***************************************************************************** * Dummy function all to link in the Mdl missing functions. * ****************************************************************************** * (C) Gershon Elber, Technion, Israel Institute of Technology * ****************************************************************************** * Written by: Gershon Elber Ver 1.0, Dec. 1996 * *****************************************************************************/ #include "irit_sm.h" #include "mdl_loc.h" MdlModelStruct *MdlBooleanUnion(MdlModelStruct *Model1, MdlModelStruct *Model2) { fprintf(stderr, IRIT_EXP_STR("MdlBooleanUnion Not supported\n")); return NULL; } MdlModelStruct *MdlBooleanIntersection(MdlModelStruct *Model1, MdlModelStruct *Model2) { fprintf(stderr, IRIT_EXP_STR("MdlBooleanIntersection Not supported\n")); return NULL; } MdlModelStruct *MdlBooleanSubtraction(MdlModelStruct *Model1, MdlModelStruct *Model2) { fprintf(stderr, IRIT_EXP_STR("MdlBooleanSubtraction Not supported\n")); return NULL; }