/* 
* Copyright (C) 2008-2009, CompHEP Collaboration
* Author: Alexander Sherstnev
* ----------------------------------------------------
*/
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<unistd.h>
#include<math.h>

#include "cascade_cpyth2.h"

int
cascade_cpyth2 (int regime, const char prd_name[], const char dec_name[], const char out_name[])
{
  fprintf (stderr, "cascade (warning): this program is still not realised for the format.\n");
  fprintf (stderr, "                   translate all files to LHE and make the cascade matching\n");
  fprintf (stderr, "                   for the LHE files.\n");
  return 0;
}
