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

« back to all changes in this revision

Viewing changes to isnum.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 isnum.c
2
2
 * January 10, 2007
3
 
 * By Doug Mink, Harvard-Smithsonian Center for Astrophysics
4
 
 * Send bug reports to dmink@cfa.harvard.edu
 
3
 * By Jessica Mink, Harvard-Smithsonian Center for Astrophysics
 
4
 * Send bug reports to jmink@cfa.harvard.edu
5
5
 
6
6
   Copyright (C) 2001-2007
7
7
   Smithsonian Astrophysical Observatory, Cambridge, MA USA
28
28
#include <string.h>
29
29
#include "libwcs/fitshead.h"
30
30
 
31
 
static char *RevMsg = "ISNUM WCSTools 3.8.4, 1 September 2011, Doug Mink (dmink@cfa.harvard.edu)";
 
31
static char *RevMsg = "ISNUM WCSTools 3.8.5, 12 April 2012, Jessica Mink (jmink@cfa.harvard.edu)";
32
32
 
33
33
int
34
34
main (ac, av)