Changes between Version 1 and Version 2 of InstallingHealpixForMars
- Timestamp:
- 10/04/19 18:45:49 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingHealpixForMars
v1 v2 1 [[TOC]]2 3 1 A !HealPix implementation for ROOT is available at https://github.com/akira-okumura/RootHealPix. You can compile that into your Mars libarary. 4 2 … … 18 16 To test the installation, start root in your Mars build directory and try something like: 19 17 20 {{{ cpp18 {{{#!c++ 21 19 THealPixD hp("name", "", 2); 22 20 for (int i=0; i<10000; i++)