#ifndef DEM_H
#define DEM_H

#include "Seq2D.h"

typedef Seq2D<int> DEMT;

#endif