-
W. Spencer Smith authoredW. Spencer Smith authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
DEM.h 81 B
#ifndef DEM_H
#define DEM_H
#include "Seq2D.h"
typedef Seq2D<int> DEMT;
#endif