Changes between Version 1 and Version 2 of InstallingHealpixForMars


Ignore:
Timestamp:
10/04/19 18:45:49 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingHealpixForMars

    v1 v2  
    1 [[TOC]]
    2 
    31A !HealPix implementation for ROOT is available at https://github.com/akira-okumura/RootHealPix. You can compile that into your Mars libarary.
    42
     
    1816To test the installation, start root in your Mars build directory and try something like:
    1917
    20 {{{cpp
     18{{{#!c++
    2119THealPixD hp("name", "", 2);
    2220for (int i=0; i<10000; i++)