Skip to content

Commit

Permalink
removed unused LUMFUNCS decl
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick authored and olebole committed Jan 29, 2024
1 parent d936930 commit f079537
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions noao/artdata/lists/stcolon.x
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ real rval
bool streq()
int strdic(), nscan(), open()

string lumfuncs LUMFUNCS

begin
# Allocate temporary space.
call smark (sp)
Expand Down Expand Up @@ -404,8 +402,6 @@ real rval
bool streq()
int strdic(), nscan(), open()

string lumfuncs LUMFUNCS

begin
call smark (sp)
call salloc (cmd, SZ_LINE, TY_CHAR)
Expand Down
3 changes: 1 addition & 2 deletions noao/imred/dtoi/hdicfit/hdicggraph.x
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ int npts # Number of points

pointer sp, xr, yr, sz, szmk, gt1, gt2
char tplot[SZ_TPLOT]
int i, xaxis, yaxis, symbols[3], markplot
int i, xaxis, yaxis, markplot
real size, rmin, rmax, big
bool fp_equald(), streq(), fp_equalr()
int strncmp()
data symbols/GM_PLUS, GM_BOX, GM_CIRCLE/
include "hdic.com"

begin
Expand Down
2 changes: 1 addition & 1 deletion noao/rv/rvcorrel.x
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include "rvfilter.h"
# used as a working space. Sign convention of this routine, if DATA1 lags
# DATA2, i.e. is shifted to the right of it, then ANS will show a peak at
# positive lags.
# Referece: Numerical Recipes in C, ch 12, Press, et al.
# Reference: Numerical Recipes in C, ch 12, Press, et al.

procedure rv_correl (rv, data1, data2, npts, ans)

Expand Down

0 comments on commit f079537

Please sign in to comment.