~ubuntu-branches/debian/stretch/tcl-fitstcl/stretch

« back to all changes in this revision

Viewing changes to fitsUtils.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2015-06-10 17:35:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150610173543-37jifpt0bjuocrr0
Tags: 2.4-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1144
1144
{
1145
1145
   colData tmpData;
1146
1146
 
1147
 
   int nullset = 0;
1148
 
   
1149
1147
   int l_hold = left;
1150
1148
   int r_hold = right;
1151
1149
   
1710
1708
 
1711
1709
   return (ig * (LONGLONG)sign);
1712
1710
}
1713