• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

date_time/H10-Jan-2009-10,2923,238

eao/H10-Jan-2009-48,85414,672

ellipsoids/H10-Jan-2009-2,476900

ephemerides/H10-Jan-2009-259,708246,089

gravity/H10-Jan-2009-123,265115,751

kepler/H10-Jan-2009-5,3741,893

math/H10-Jan-2009-2,083793

odeint/H10-Jan-2009-4,5792,030

pstrings/H10-Jan-2009-7,2392,023

ref_frames/H10-Jan-2009-13,4783,289

sgp4/H10-Jan-2009-11,8787,063

star/H10-Jan-2009-5,1501,433

test/H10-Jan-2009-2,088764

vec_mat/H10-Jan-2009-20,5115,307

AUTHORSH A D09-Jan-2009239 54

BUGSH A D15-Mar-2008384 118

COPYINGH A D02-Mar-200817.6 KiB340281

ChangeLogH A D09-Jan-20093.9 KiB10969

INSTALLH A D10-Jan-20099.2 KiB235177

Makefile.amH A D10-Jan-20094.9 KiB20592

Makefile.inH A D10-Jan-200942.4 KiB1,126999

NEWSH A D09-Jan-20091.8 KiB7341

READMEH A D27-Apr-20082 KiB6643

THANKSH A D09-Jan-2009632 2011

TODOH A D02-Jan-2009218 126

aclocal.m4H A D10-Jan-2009248.9 KiB7,1146,387

config.guessH A D18-May-200843.2 KiB1,5011,289

config.h.inH A D10-Jan-20091.4 KiB5637

config.subH A D18-May-200831.8 KiB1,6171,473

configureH A D10-Jan-2009640.9 KiB20,22816,051

configure.acH A D10-Jan-2009746 2519

gal.hH A D09-Jan-20091.8 KiB6816

gal_const.hH A D08-Jan-20095.6 KiB14552

install-shH A D18-May-200812.9 KiB508340

ltmain.shH A D01-Mar-2008194.3 KiB6,9315,475

missingH A D18-May-200810.9 KiB368275

README

1GAL - General Astrodynamics Library
2===================================
3
4This is GAL, the General Astrodynamics Library, a collection of numerical
5routines for astrodynamics computing.
6
7GAL is free software, you can redistribute it and/or modify it under
8the terms of the GNU General Public License.
9
10This library is distributed in the hope that it will be useful, but
11WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14Availability
15============
16
17The current stable version of GAL is always available from
18http://homepage.mac.com/pclwillmott/GAL/
19
20Installation
21============
22
23GAL follows the standard GNU installation procedure.  Please consult
24the INSTALL file in this distribution for more detailed instructions.
25
26For information about specific platforms and compilers see the
27"Compilation Notes" section in the INSTALL file.
28
29More information about GAL
30==========================
31
32The project homepage is http://homepage.mac.com/pclwillmott/GAL/
33
34See the NEWS file for recent changes to the library.
35
36Reporting Bugs
37==============
38
39A list of known bugs can be found in the BUGS file.
40Details of compilation problems can be found in the INSTALL file.
41
42If you find a bug which is not listed in these files please report it
43to vp9mu@amsat.org.
44
45All bug reports should include:
46
47       The version number of GAL, and where you obtained it.
48       The hardware and operating system
49       The compiler used, including version number and compilation options
50       A description of the bug behaviour
51       A short program which reproducibly exercises the bug
52
53It is useful if you can check whether the same problem occurs when the
54library is compiled without optimization.  Thank you.
55
56Any errors or omissions in the manual can also be reported to the
57same address.
58
59Contributing to GAL
60===================
61
62If you are interested in participating in GAL development, please see
63the developers' webpage at http://homepage.mac.com/pclwillmott/GAL/devel.html
64
65
66