Changeset 11020
- Timestamp:
- 12/02/11 13:57:52 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/AUTHORS
r2620 r11020 8 8 Eric Larour <eric.larour@jpl.nasa.gov> 9 9 10 Current developers:10 Current core developers: 11 11 * Eric Larour <eric.larour@jpl.nasa.gov> 12 12 * Helene Seroussi <helene.seroussi@jpl.nasa.gov> 13 13 * Mathieu Morlighem <mathieu.morlighem@jpl.nasa.gov> 14 15 16 Contributors: 17 We thank the following contributors for their help in making ISSM better! 18 19 Robert Crippen, Jet Propulsion Laboratory. robbert.crippen@jpl.nasa.gov 20 HoleFiller routines to plug incomplete datasets. See HoleFiller module in src/m/matlab/utils 21 22 Point Inclusion in Polygon Test (pnpoly.c used in Utils/Arguscontourtomesh/IsInPoly.c) 23 W. Randolph Franklin (WRF) 24 http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html 25 26 DACE: A Matlab Kriging toolbox, Søren N.Lophaen, Hans Bruun Nielsen and Jacob 27 Søndergaard (Technical University of Denmark) 28 http://www2.imm.dtu.dk/~hbn/dace/ -
issm/trunk/configure.ac
r9813 r11020 1 AC_INIT(ISSM, [1.0], [Eric Larour <eric.larour@jpl.nasa.gov>])1 AC_INIT(ISSM,4.0,issm@jpl.nasa.gov) 2 2 AM_CONFIG_HEADER(config.h) 3 3 AC_CANONICAL_TARGET
Note:
See TracChangeset
for help on using the changeset viewer.