Skip to content

Commit 6077806

Browse files
committed
add some inquiry functions
1 parent 9a839b8 commit 6077806

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

libsharp/sharp_cxx.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/*! \file sharp_cxx.h
2626
* Spherical transform library
2727
*
28-
* Copyright (C) 2012 Max-Planck-Society
28+
* Copyright (C) 2012-2015 Max-Planck-Society
2929
* \author Martin Reinecke
3030
*/
3131

@@ -88,6 +88,9 @@ class sharp_base
8888
if (ainfo) sharp_destroy_alm_info(ainfo);
8989
sharp_make_triangular_alm_info (lmax, mmax, 1, &ainfo);
9090
}
91+
92+
const sharp_geom_info* get_geom_info() const { return ginfo; }
93+
const sharp_alm_info* get_alm_info() const { return ainfo; }
9194
};
9295

9396
template<typename T> struct cxxjobhelper__ {};

0 commit comments

Comments
 (0)