Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
ldac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OmegaCEN
ldac
Commits
8b5b2e93
Commit
8b5b2e93
authored
Dec 14, 2018
by
Teake Nutma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix last implicit function declaration
parent
4dc71e32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
astrom/wcs/proj.c
astrom/wcs/proj.c
+1
-0
ldactools/common/fitstab.c
ldactools/common/fitstab.c
+2
-0
ldactools/tools/bileave.c
ldactools/tools/bileave.c
+1
-1
No files found.
astrom/wcs/proj.c
View file @
8b5b2e93
...
...
@@ -196,6 +196,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "poly.h"
#include "proj.h"
#include "tnx.h"
...
...
ldactools/common/fitstab.c
View file @
8b5b2e93
...
...
@@ -21,6 +21,8 @@
#include "fitscat.h"
#include "svdfit.h"
extern
int
copy_tab_pos
(
catstruct
*
,
char
*
,
int
,
int
,
catstruct
*
,
int
)
/****** about_tab **************************************************************
PROTO int about_tab(catstruct *cat, char *tabname, FILE *stream)
PURPOSE Print information concerning a tab structure.
...
...
ldactools/tools/bileave.c
View file @
8b5b2e93
...
...
@@ -23,7 +23,7 @@ static control_struct control;
char
header
[
MAXCHAR
];
char
*
cline
;
extern
pos_to_radec
(
posstruct
,
double
*
,
double
*
);
extern
void
pos_to_radec
(
posstruct
,
double
*
,
double
*
);
option
my_opts
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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