#ifndef __NVECERR_H
#define __NVECERR_H

// written Sept 13rd 2000

class IncompatibleVectors{};		// Two vectors have different number of dimensions
class NoPointInit{};				// Pointer to data hasn't been inited - todo

#endif  __NVECERR_H
