/*
* Copyright (C) 2001-2009, CompHEP Collaboration
* ------------------------------------------------------
*/
#ifndef __TENSOR_
#define __TENSOR_

extern int dellevi;

extern poly multtwotens (poly t1,
			 poly t2);

extern int tensLength, maxIndex;
#endif
