~ubuntu-branches/ubuntu/raring/wcstools/raring

« back to all changes in this revision

Viewing changes to gsc2cat.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2012-06-04 08:30:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120604083000-x5s0xb20edvm7qpf
Tags: 3.8.5-1
* New upstream version.
* Bump Standards version to 3.9.3.
* Set DM-Upload-Allowed: yes
* Fix a crash that appears in saods9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*** File gsc2cat.c
2
2
 *** November 28, 2007
3
 
 *** By Doug Mink, SAO
 
3
 *** By Jessica Mink, SAO
4
4
 
5
5
   Copyright (C) 2007 
6
6
   Smithsonian Astrophysical Observatory, Cambridge, MA USA
37
37
static void usage();
38
38
void SaveGSC2();
39
39
 
40
 
static char *RevMsg = "GSC2CAT WCSTools 3.8.4, 1 September 2011, Doug Mink (dmink@cfa.harvard.edu)";
 
40
static char *RevMsg = "GSC2CAT WCSTools 3.8.5, 12 April 2012, Jessica Mink (jmink@cfa.harvard.edu)";
41
41
 
42
42
main (ac, av)
43
43
int ac;