Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
a3ce8c8a
Commit
a3ce8c8a
authored
Aug 12, 2020
by
Emmanuel Bertin
Browse files
Fixed errors with gcc -fno-common option.
parent
75b9de5a
Changes
27
Hide whitespace changes
Inline
Side-by-side
doc/src/conf.py
View file @
a3ce8c8a
...
...
@@ -67,9 +67,9 @@ author = u'E. Bertin'
# built documents.
#
# The short X.Y version.
version
=
'2.25.
1
'
version
=
'2.25.
2
'
# The full version, including alpha/beta/rc tags.
release
=
'2.25.
1
'
release
=
'2.25.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
@@ -81,7 +81,7 @@ language = None
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#
today
=
'Wed
Feb
1
9
2020'
today
=
'Wed
Aug
1
2
2020'
#
# Else, today_fmt is used as the format for a strftime call.
#
...
...
@@ -144,7 +144,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'SExtractor v2.25.
1
'
# html_title = u'SExtractor v2.25.
2
'
# A shorter title for the navigation bar. Default is the same as html_title.
#
...
...
src/catout.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
15 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1993-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified:
26
/0
1
/20
15
* Last modified:
15
/0
7
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -45,12 +45,18 @@
#include
"sexheadsc.h"
#include
"xml.h"
objstruct
outobj
,
flagobj
;
obj2struct
outobj2
,
flagobj2
;
catstruct
*
fitscat
;
tabstruct
*
objtab
=
NULL
;
FILE
*
ascfile
;
char
*
buf
;
int
catopen_flag
=
0
;
double
ddummy
;
int
idummy
;
/******************************* readcatparams *******************************/
/*
Read the catalog config file
...
...
src/clean.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -46,6 +46,7 @@
static
LONG
*
cleanvictim
;
objliststruct
*
cleanobjlist
;
/******************************* initclean **********************************
PROTO void initclean(void)
...
...
src/clean.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -33,7 +33,7 @@
/*------------------------------- variables ---------------------------------*/
objliststruct
*
cleanobjlist
;
/* laconic, isn't it? */
extern
objliststruct
*
cleanobjlist
;
/*------------------------------- functions ---------------------------------*/
...
...
src/extract.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -47,6 +47,7 @@ static char *marker;
static
status
*
psstack
;
static
int
*
start
,
*
end
,
*
discan
,
xmin
,
ymin
,
xmax
,
ymax
;
PIXTYPE
*
dumscan
;
/******************************* lutzalloc ***********************************/
/*
...
...
src/extract.h
View file @
a3ce8c8a
...
...
@@ -37,7 +37,7 @@ typedef enum {COMPLETE, INCOMPLETE, NONOBJECT, OBJECT}
status
;
/* Extraction status */
/*--------------------------------- variables -------------------------------*/
PIXTYPE
*
dumscan
;
extern
PIXTYPE
*
dumscan
;
/*------------------------------- structures --------------------------------*/
/* Temporary object parameters during extraction */
...
...
src/filter.c
View file @
a3ce8c8a
...
...
@@ -8,7 +8,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -23,7 +23,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -44,6 +44,8 @@
#include
"filter.h"
#include
"image.h"
filterstruct
*
thefilter
;
/******************************** convolve ***********************************/
/*
Convolve a scan line with an array.
...
...
src/filter.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -43,7 +43,7 @@ typedef struct structfilter
struct
structbpann
*
bpann
;
}
filterstruct
;
filterstruct
*
thefilter
;
extern
filterstruct
*
thefilter
;
/*------------------------------- functions ---------------------------------*/
void
convolve
(
picstruct
*
,
PIXTYPE
*
,
int
y
),
...
...
src/fits/fitscat.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: AstrOmatic FITS/LDAC library
*
* Copyright: (C) 1995-20
12 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1995-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -23,7 +23,7 @@
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified:
29
/0
8
/20
1
2
* Last modified:
15
/0
7
/202
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -42,6 +42,8 @@
#include
"fitscat_defs.h"
#include
"fitscat.h"
char
fits_str
[
MAXCHAR
];
/****** about_cat **************************************************************
PROTO int about_cat(catstruct *cat, FILE *stream)
PURPOSE Print some info about a catalog.
...
...
src/fits/fitscat_defs.h
View file @
a3ce8c8a
...
...
@@ -23,7 +23,7 @@
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1
/0
2
/2020
* Last modified: 1
5
/0
7
/2020
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -86,7 +86,7 @@ typedef unsigned char BYTE; /* a byte */
typedef
int
LONG
;
/* for DEC-Alpha... */
/*----------------------------- Internal constants --------------------------*/
char
g
str
[
MAXCHAR
];
extern
char
fits_
str
[
MAXCHAR
];
/*----------------------------- External constants --------------------------*/
...
...
@@ -124,30 +124,30 @@ char gstr[MAXCHAR];
#define QCALLOC(ptr, typ, nel) \
{if (!(ptr = (typ *)calloc((size_t)(nel),sizeof(typ)))) \
{ \
sprintf(
g
str, #ptr " (" #nel "=%
ll
d elements) " \
sprintf(
fits_
str, #ptr " (" #nel "=%
z
d elements) " \
"at line %d in module " __FILE__ " !", \
(size_t)(nel)*sizeof(typ), __LINE__); \
error(EXIT_FAILURE, "Could not allocate memory for ",
g
str);\
error(EXIT_FAILURE, "Could not allocate memory for ",
fits_
str);\
}; \
}
#define QMALLOC(ptr, typ, nel) \
{if (!(ptr = (typ *)malloc((size_t)(nel)*sizeof(typ)))) \
{ \
sprintf(
g
str, #ptr " (" #nel "=%
ll
d elements) " \
sprintf(
fits_
str, #ptr " (" #nel "=%
z
d elements) " \
"at line %d in module " __FILE__ " !", \
(size_t)(nel)*sizeof(typ), __LINE__); \
error(EXIT_FAILURE, "Could not allocate memory for ",
g
str);\
error(EXIT_FAILURE, "Could not allocate memory for ",
fits_
str);\
}; \
}
#define QREALLOC(ptr, typ, nel) \
{if (!(ptr = (typ *)realloc(ptr, (size_t)(nel)*sizeof(typ))))\
{ \
sprintf(
g
str, #ptr " (" #nel "=%
ll
d elements) " \
sprintf(
fits_
str, #ptr " (" #nel "=%
z
d elements) " \
"at line %d in module " __FILE__ " !", \
(size_t)(nel)*sizeof(typ), __LINE__); \
error(EXIT_FAILURE, "Could not allocate memory for ",
g
str);\
error(EXIT_FAILURE, "Could not allocate memory for ",
fits_
str);\
}; \
}
...
...
@@ -155,10 +155,10 @@ char gstr[MAXCHAR];
{if (ptrin) \
{if (!(ptrout = (typ *)malloc((size_t)(nel)*sizeof(typ)))) \
{ \
sprintf(
g
str, #ptrout " (" #nel "=%
ll
d elements) " \
sprintf(
fits_
str, #ptrout " (" #nel "=%
z
d elements) " \
"at line %d in module " __FILE__ " !", \
(size_t)(nel)*sizeof(typ), __LINE__); \
error(EXIT_FAILURE,"Could not allocate memory for ",
g
str);\
error(EXIT_FAILURE,"Could not allocate memory for ",
fits_
str);\
}; \
memcpy(ptrout, ptrin, (size_t)(nel)*sizeof(typ)); \
}; \
...
...
src/globals.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
2
/0
9
/20
13
* Last modified: 1
5
/0
7
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -30,13 +30,11 @@
/*----------------------- miscellaneous variables ---------------------------*/
sexcatstruct
thecat
;
picstruct
thefield1
,
thefield2
,
thewfield1
,
thewfield2
;
objstruct
flagobj
;
obj2struct
flagobj2
;
extern
obj2struct
outobj2
;
float
ctg
[
37
],
stg
[
37
];
char
gstr
[
MAXCHAR
];
extern
sexcatstruct
thecat
;
extern
picstruct
thefield1
,
thefield2
,
thewfield1
,
thewfield2
;
extern
objstruct
flagobj
,
outobj
;
extern
obj2struct
flagobj2
,
outobj2
;
extern
char
gstr
[
MAXCHAR
];
/*------------------------------- functions ---------------------------------*/
extern
void
alloccatparams
(
void
),
...
...
src/graph.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -37,6 +37,7 @@
#include
"globals.h"
double
sexx1
,
sexy1
;
float
ctg
[
37
],
stg
[
37
];
/********************************* sexmove **********************************/
/*
...
...
src/key.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: AstrOmatic software
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -23,7 +23,7 @@
* along with AstrOmatic software.
* If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
0/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -51,5 +51,5 @@ typedef struct
/*---------------------------------- protos --------------------------------*/
int
findkeys
(
char
*
str
,
char
key
[][
32
],
int
mode
);
extern
int
findkeys
(
char
*
str
,
char
key
[][
32
],
int
mode
);
src/makeit.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
15 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1993-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified:
2
1/0
1
/20
15
* Last modified: 1
5
/0
7
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -56,14 +56,20 @@
#include
"xml.h"
static
int
selectext
(
char
*
filename
);
time_t
thetimet
,
thetimet2
;
#ifdef USE_MODEL
extern
profitstruct
*
theprofit
,
*
thedprofit
,
*
thepprofit
,
*
theqprofit
;
#else
profitstruct
*
theprofit
,
*
thedprofit
,
*
thepprofit
,
*
theqprofit
;
profitstruct
*
theprofit
,
*
thedprofit
,
*
thepprofit
,
*
theqprofit
;
#endif
extern
char
profname
[][
32
];
double
dtime
;
extern
float
ctg
[
37
],
stg
[
37
];
sexcatstruct
thecat
;
picstruct
thefield1
,
thefield2
,
thewfield1
,
thewfield2
;
char
gstr
[
MAXCHAR
];
/******************************** makeit *************************************/
/*
...
...
@@ -80,6 +86,7 @@ void makeit()
patternstruct
*
pattern
;
static
time_t
thetime1
,
thetime2
;
struct
tm
*
tm
;
double
dtime
;
unsigned
int
modeltype
;
int
nflag
[
MAXFLAG
],
nparam2
[
2
],
i
,
nok
,
ntab
,
next
,
ntabmax
,
forcextflag
,
...
...
src/param.h
View file @
a3ce8c8a
...
...
@@ -26,8 +26,8 @@
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
objstruct
outobj
;
obj2struct
outobj2
;
extern
objstruct
outobj
;
extern
obj2struct
outobj2
;
/*--------------------------------- initialization --------------------------*/
keystruct
objkey
[]
=
{
...
...
src/plist.c
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
1
0
Emmanuel Bertin -- IAP/CNRS/UPMC
* Copyright: (C) 1993-20
2
0
IAP/CNRS/SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
1/10
/20
1
0
* Last modified: 1
5/07
/20
2
0
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -38,6 +38,13 @@
#include
"prefs.h"
#include
"plist.h"
int
plistexist_value
,
plistexist_dvalue
,
plistexist_cdvalue
,
plistexist_flag
,
plistexist_wflag
,
plistexist_dthresh
,
plistexist_var
,
plistexist_dgeo
,
plistoff_value
,
plistoff_dvalue
,
plistoff_cdvalue
,
plistoff_flag
[
MAXFLAG
],
plistoff_wflag
,
plistoff_dthresh
,
plistoff_var
,
plistoff_dgeox
,
plistoff_dgeoy
,
plistsize
;
/******************************** createblank *******************************
PROTO int createblank(int no, objliststruct *objlist)
...
...
src/plist.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
15 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1993-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
4
/0
1
/20
15
* Last modified: 1
5
/0
7
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -47,7 +47,7 @@ typedef struct
/*-------------------------------- globals ----------------------------------*/
int
plistexist_value
,
plistexist_dvalue
,
plistexist_cdvalue
,
extern
int
plistexist_value
,
plistexist_dvalue
,
plistexist_cdvalue
,
plistexist_flag
,
plistexist_wflag
,
plistexist_dthresh
,
plistexist_var
,
plistexist_dgeo
,
plistoff_value
,
plistoff_dvalue
,
plistoff_cdvalue
,
...
...
src/preflist.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
15 Emmanuel Bertin --
IAP/CNRS/
UPMC
* Copyright: (C) 1993-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
2
/0
1
/20
15
* Last modified: 1
5
/0
7
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -39,7 +39,7 @@
#endif
/*-------------------------------- initialization ---------------------------*/
int
idummy
;
extern
int
idummy
;
pkeystruct
key
[]
=
{
...
...
src/prefs.c
View file @
a3ce8c8a
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified: 1
9
/0
2
/2020
* Last modified: 1
5
/0
7
/2020
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -56,6 +56,9 @@
#include
"preflist.h"
#include
"fits/fitscat.h"
int
findkeys
(
char
*
str
,
char
key
[][
32
],
int
mode
);
prefstruct
prefs
;
/********************************* dumpprefs ********************************/
/*
...
...
src/prefs.h
View file @
a3ce8c8a
...
...
@@ -7,7 +7,7 @@
*
* This file part of: SExtractor
*
* Copyright: (C) 1993-20
18
IAP/CNRS/
UPMC
* Copyright: (C) 1993-20
20
IAP/CNRS/
SorbonneU
*
* License: GNU General Public License
*
...
...
@@ -22,7 +22,7 @@
* You should have received a copy of the GNU General Public License
* along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
*
* Last modified:
09
/0
1
/20
18
* Last modified:
15
/0
7
/20
20
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
...
...
@@ -254,7 +254,7 @@ typedef struct
int
nthreads
;
/* Number of active threads */
}
prefstruct
;
prefstruct
prefs
;
extern
prefstruct
prefs
;
/*-------------------------------- protos -----------------------------------*/
extern
int
cistrcmp
(
char
*
cs
,
char
*
ct
,
int
mode
);
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment