We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a839b8 commit 6077806Copy full SHA for 6077806
1 file changed
libsharp/sharp_cxx.h
@@ -25,7 +25,7 @@
25
/*! \file sharp_cxx.h
26
* Spherical transform library
27
*
28
- * Copyright (C) 2012 Max-Planck-Society
+ * Copyright (C) 2012-2015 Max-Planck-Society
29
* \author Martin Reinecke
30
*/
31
@@ -88,6 +88,9 @@ class sharp_base
88
if (ainfo) sharp_destroy_alm_info(ainfo);
89
sharp_make_triangular_alm_info (lmax, mmax, 1, &ainfo);
90
}
91
+
92
+ const sharp_geom_info* get_geom_info() const { return ginfo; }
93
+ const sharp_alm_info* get_alm_info() const { return ainfo; }
94
};
95
96
template<typename T> struct cxxjobhelper__ {};
0 commit comments