forked from anowacki/mineos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
162 lines (98 loc) · 4.17 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
2007-03-20 00:29 sue
* [r6306] fixed a blank return space; regen pdf
2007-03-20 00:21 leif
* [r6305] Minor fixes to configure, Makefile, and RUN_* shell
scripts. Revised the "Download and Configure" section of the
manual.
2007-03-19 20:10 sue
* [r6292] deleting tex files and dir
2007-03-19 20:05 sue
* [r6291] final edits; new pdf; cleanup tex files
2007-03-17 02:03 sue
* [r6276] one file alm. escaped saving
2007-03-17 02:00 sue
* [r6275] second review edits and some questions answered but
still some key ones needed from Misha
2007-03-16 00:15 sue
* [r6269] full edit done, pdf regen. lacks answers to questions
posed to Misha and some reference work
2007-03-15 20:43 sue
* [r6266] changes to main lyx man file
2007-03-15 20:24 sue
* [r6265] more edits to manual content
2007-03-15 19:44 sue
* [r6264] first batch of edits to manual content
2007-03-15 17:15 sue
* [r6261] added history of code
2007-03-14 00:40 sue
* [r6253] added history of code
2007-03-10 01:32 sue
* [r6217] moving Figures dir up a level
2007-03-10 01:19 sue
* [r6216] put mineos content into lyx template that will generate
PDf; generated pdf. more edits to come.
2007-03-03 00:16 sue
* [r6167] preliminary changes to manual
2007-02-22 21:40 leif
* [r6061] Added COPYING and ChangeLog. svn log --xml | xsltproc
--stringparam include-rev yes svn2cl.xsl - > ChangeLog
2007-02-22 21:19 leif
* [r6060] Added Guy Masters's SIO227B class notes as additional
documentation for the Mineos package. This includes 'cig.ppt',
which is the PowerPoint presentation that Guy Masters gave on
Wednesday, November 1st, 2006 at the Earthscope Imaging
Science/CIG Seismology Joint Workshop on Computational
Seismology. This check-in is simply a snapshot of this web page:
http://mahi.ucsd.edu/Guy/sio227b/
2007-02-22 21:04 leif
* [r6059] Moved syndat -> mineos, because the package is, as it
turns out, called MINEOS. (This is consistent with Guy's slides
from his talk at the Earthscope Imaging Science/CIG Seismology
Joint Workshop on Computational Seismology.)
2007-02-21 17:04 barmin
* [r6057] added UserManual.pdf
2007-02-21 06:55 barmin
* [r6056] Deleted from repository aclocal.m4 aux-config
config.h.in configure Makefile.in
2007-02-21 06:43 barmin
* [r6055] Added aclocal.m4 aux-config config.h.in configure
Makefile.in This is done to create distribution set without
autoreconf, just only with configure script.
2007-02-21 06:29 barmin
* [r6054] Added tex subdirectory to doc directory. tex dir
includes Latex code of MINEOS User Manual/
2007-02-20 22:55 barmin
* [r6053] added script directory to repository
2007-02-20 01:28 barmin
* [r6051] The final MINEOS upgrade. To create distribution set use
command ...> make dist
2006-10-29 07:09 barmin
* [r5114] The new version without fdb suppori. This version
corresponds CIG workshop in St Louis, Oct 30, 2006.
2006-10-02 23:20 barmin
* [r4679] Fixed ploblem with mk variable and zfcns subroutine
2006-09-08 21:40 barmin
* [r4503] Fixed maximum l in green.f module.
2006-09-08 17:13 barmin
* [r4496] Upgraded eigcon and green programs. They work with a new
format eigen functions flat dbase.
2006-08-14 16:27 barmin
* [r4283] Initial completely compiled version by
autoconf/automake. Changed input in green program from gfs dbase
to flat file green_in. Removed response function evaluation.
Some minor changes to remove compilation bugs. Added minos_bran
program to repository.
2006-07-20 20:50 leif
* [r4040] Use F77_FUNC in 'leolib' files.
2006-07-20 03:05 leif
* [r4038] Added GNU build system, and boilerplate GNU info files.
Got all the programs to build on my Linux system. I had to hunt
down xvertext-5.0 on the web to replace the missing "rotated.h".
Also, I whipped-up a replacement for the missing "leolib.col"
include file, based upon an examination of the surrounding
source. For now, I hard-coded the X11 link flags for 'curse'
(maybe there's a good Autoconf macro for this out there... or
not).
2006-07-20 00:18 leif
* [r4037] Initial import of Guy Master's eigcon/green/syndat
synthetic seismogram programs.