/*****************************************************************************
* File: EXP_T_xform.c
*
* Description:
* Transformers declared against the following application analysis object:
*
* Object: technique (T)
* Domain: EXP
* Subsystem: experiment
* Repository: exp.ooa
*
* This is a skeleton implementation file for the transformers.
* These are only templates. Add your application specific code
* to each transformer.
****************************************************************************/
#include "EXP_T_xform.h"
/*****************************************************************************
* Transformer: done
****************************************************************************/
void
EXP_T_Xform_done()
{
exit(0);
}