Changes between Version 11 and Version 12 of InstallingHealpixForMars


Ignore:
Timestamp:
10/04/19 19:16:08 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingHealpixForMars

    v11 v12  
    2727The following example onreading and writing is adapted from !RootHealPix/tutorials/ReadAndWrite.C.
    2828
    29 {{{!#Spoiler
    30 
    31 {{{!#c++
    32 
     29{{{#!Spoiler
     30{{{#!c++
    3331void ReadAndWrite()
    3432{
     
    6462  std::cout << "Title: " << hpd->GetTitle() << std::endl;
    6563}
    66 
    6764}}}
    68 
    6965}}}
    7066