//--------------------------------------------------------------------------
// Author: Thomas Nowotny
//
// Institute: Institut fuer Theoretische Physik
// Augustusplatz 10-11
// 04109 Leipzig
//
// email to: nowotny@itp.uni-leipzig.de
//
// initial version: 11/00
// last change: 11/00
//--------------------------------------------------------------------------
#ifndef CLN_ELD_H
#define CLN_ELD_H
#include "eld.h"
#ifndef WANT_OBFUSCATING_OPERATORS
#define WANT_OBFUSCATING_OPERATORS
#endif
#include <cln.h>
#include "cln_eld.cc"
#endif