FLAGLET  1.0b1
Exact wavelets on the ball
src/main/c/flaglet_about.c
Go to the documentation of this file.
00001 // FLAGLET package
00002 // Copyright (C) 2012 
00003 // Boris Leistedt & Jason McEwen
00004 
00014 #include <stdio.h>
00015 
00016 int main(int argc, char *argv[]) {
00017 
00018   printf("%s\n", "==========================================================");
00019   printf("%s\n", "  FLAGLET package");
00020   printf("%s\n", "  Fast 3D Wavelets on the Solid Sphere");
00021   printf("%s\n", "  By Boris Leistedt & Jason McEwen");
00022 
00023   printf("%s\n", "  See LICENSE.txt for license details.");
00024 
00025   printf("%s%s\n", "  Version: ", FLAGLET_VERSION);
00026   printf("%s%s\n", "  Build: ", FLAGLET_BUILD);
00027   printf("%s\n", "==========================================================");
00028 
00029   return 0;
00030 
00031 }
 All Files Functions Defines