// This file may be redistributed and modified only under the terms of // the GNU General Public License (See COPYING for details). // Copyright (C) 2003 Alistair Riddoch #include namespace Mercator { template class Matrix<2, 2>; template class Matrix<4, 4>; } // namespace Mercator