diff --git a/modules/gmt/modgmt_func.h b/modules/gmt/modgmt_func.h index 6a713aa..28f36b3 100644 --- a/modules/gmt/modgmt_func.h +++ b/modules/gmt/modgmt_func.h @@ -236,6 +236,9 @@ class SourceMultiInputNames bool Exist() const {return exist;} }; +// Simple type for multiple input names +typedef GetDouble > BaseM2Double; + // Definitions for ObjectGMTCoord template<> class TypeStorage: public gTypeStorage {}; typedef TypeStorage::Base2Type Base2Coord;