ssht_about.f90

Go to the documentation of this file.
00001 ! SSHT package to perform spin spherical harmonic transforms
00002 ! Copyright (C) 2011  Jason McEwen
00003 ! See LICENSE.txt for license details
00004 
00005 
00006 !------------------------------------------------------------------------------
00007 ! ssht_about
00008 !
00019 
00020 program ssht_about
00021 
00022   implicit none
00023 
00024   write(*,'(a)') "=========================================================="
00025   write(*,'(a)') "SSHT package to perform spin spherical harmonic transforms"
00026   write(*,'(a)') "By Jason McEwen and Yves Wiaux"
00027 
00028   write(*,'(a)') "See www.jasonmcewen.org for more information."
00029   write(*,'(a)') "See LICENSE.txt for license details."
00030 
00031   write(*,'(a,a)') "Version: ", SSHT_VERSION
00032   write(*,'(a,a)') "Build: ", SSHT_BUILD
00033   write(*,'(a)') "=========================================================="
00034 
00035 end program ssht_about
00036 
Generated on Mon Oct 31 01:20:05 2011 by  doxygen 1.6.3