ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/ChangeLog
(Generate patch)

Comparing trunk/OOPSE-2.0/ChangeLog (file contents):
Revision 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 1674 by tim, Thu Oct 28 19:06:59 2004 UTC

# Line 1 | Line 1
1 + 2004-10-26 22:00  gezelter
2 +
3 +        * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
4 +
5 + 2004-10-26 21:20  gezelter
6 +
7 +        * src/UseTheForce/ForceFields.hpp: subclass foo
8 +
9 + 2004-10-26 21:16  gezelter
10 +
11 +        * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
12 +        string conversion
13 +
14 + 2004-10-26 19:01  gezelter
15 +
16 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
17 +        UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
18 +        brains/SimSetup.hpp: char* -> string
19 +
20 + 2004-10-26 17:25  gezelter
21 +
22 +        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
23 +        Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
24 +        ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
25 +        isXXX
26 +
27 + 2004-10-26 17:25  gezelter
28 +
29 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
30 +        define name collision
31 +
32 + 2004-10-26 17:24  gezelter
33 +
34 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
35 +        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
36 +        UseTheForce/Makefile, UseTheForce/Shapes_FF.cpp,
37 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
38 +        UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
39 +        forcefield refactoring for shapes
40 +
41 + 2004-10-26 17:19  tim
42 +
43 +        * ChangeLog, src/brains/DataStorage.cpp,
44 +        src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
45 +        test/brains/DataStorageTestCase.cpp,
46 +        test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
47 +        DataStorage passes unit test
48 +
49 + 2004-10-26 13:03  chrisfen
50 +
51 +        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
52 +        Changes to help advance shapes
53 +
54 + 2004-10-26 13:02  chrisfen
55 +
56 +        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
57 +        Shapes force field reader
58 +
59 + 2004-10-26 12:28  tim
60 +
61 +        * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
62 +        SnapshotTestCase in progress
63 +
64 + 2004-10-25 17:46  tim
65 +
66 +        * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
67 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
68 +        src/math/Vector3.hpp, test/brains/StuntDouble.hpp,
69 +        test/math/RectMatrixTestCase.cpp, test/math/Vector3TestCase.cpp,
70 +        test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
71 +        and Vector classes
72 +
73 + 2004-10-25 12:03  tim
74 +
75 +        * ChangeLog, src/utils/GenericFactory.hpp,
76 +        test/utils/GenericFactoryTestCase.cpp,
77 +        test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding
78 +        GenericFactory Test Case. GenericFactory now can bed used to creat
79 +        ForcefieldFactory and IntegratorFactory etc.
80 +
81 + 2004-10-24 23:08  tim
82 +
83 +        * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
84 +        brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
85 +        brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
86 +        get reconstructed
87 +
88 + 2004-10-24 02:55  tim
89 +
90 +        * src/utils/GenericFactory.hpp: GenericFactory pass unit test
91 +
92 + 2004-10-23 18:09  tim
93 +
94 +        * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
95 +        StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
96 +        RigidBody.cpp: Refactoring in progress
97 +
98 + 2004-10-22 18:09  tim
99 +
100 +        * ChangeLog, src/brains/Snapshot.hpp,
101 +        src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
102 +        test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
103 +        test/brains/StuntDouble.hpp: more work in Snapshot
104 +
105 + 2004-10-22 17:59  chrisfen
106 +
107 +        * src/: UseTheForce/LJFF.cpp,
108 +        UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
109 +        god!  It runs and conserves energy!
110 +
111 + 2004-10-22 17:54  chrisfen
112 +
113 +        * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
114 +
115 + 2004-10-22 17:53  chrisfen
116 +
117 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
118 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
119 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
120 +        brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
121 +        breakey
122 +
123 + 2004-10-22 17:53  chrisfen
124 +
125 +        * make/Makefile.in: compiler flags
126 +
127 + 2004-10-22 16:20  gezelter
128 +
129 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
130 +        UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
131 +        brains/fSimulation.h, types/AtomType.hpp,
132 +        types/DirectionalAtomType.hpp: fixey fixey
133 +
134 + 2004-10-22 15:22  gezelter
135 +
136 +        * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
137 +        charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
138 +        lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
139 +        fortran files and c/Fortran interfaces
140 +
141 + 2004-10-22 15:21  gezelter
142 +
143 +        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
144 +        DirectionalAtomType.hpp, Makefile: More on AtomType and
145 +        DirectionalAtomType
146 +
147 + 2004-10-22 09:47  gezelter
148 +
149 +        * src/types/AtomType.hpp: Adding AtomType
150 +
151 + 2004-10-21 16:31  tim
152 +
153 +        * ChangeLog, src/brains/Snapshot.hpp,
154 +        src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
155 +        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
156 +        src/math/Vector.hpp, src/math/Vector3.hpp,
157 +        test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
158 +        Snapshot and SnapshotManager in progress
159 +
160 + 2004-10-21 16:30  tim
161 +
162 +        * test/brains/: BrainsTest.cpp, Makefile,
163 +        SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
164 +        SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
165 +        Snapshot and snapshotManager.
166 +
167 + 2004-10-21 15:15  gezelter
168 +
169 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
170 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
171 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
172 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
173 +        UseTheForce/doForces_interface.h, UseTheForce/fForceField.h,
174 +        UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h,
175 +        brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
176 +        Fixey Fixey.
177 +
178 + 2004-10-21 11:32  tim
179 +
180 +        * src/utils/GenericData.cpp, src/utils/Makefile,
181 +        test/utils/Makefile, test/utils/UtilTest: remove some junk files
182 +
183 + 2004-10-21 11:24  tim
184 +
185 +        * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
186 +
187 + 2004-10-21 11:22  tim
188 +
189 +        * ChangeLog, src/brains/SimSetup.cpp,
190 +        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
191 +        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
192 +        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
193 +        src/integrators/NVT.cpp, src/io/DumpReader.cpp,
194 +        src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp,
195 +        src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp,
196 +        src/utils/GenericData.cpp, src/utils/GenericData.hpp,
197 +        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
198 +        src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp,
199 +        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
200 +        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
201 +        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
202 +        src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
203 +        GenericData
204 +
205 + 2004-10-21 10:25  chuckv
206 +
207 +        * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
208 +        module.
209 +
210 + 2004-10-21 10:24  chuckv
211 +
212 +        * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
213 +        fortran lj module.
214 +
215 + 2004-10-20 17:54  tim
216 +
217 +        * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
218 +        test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
219 +        test/utils/PropertyMapTestCase.cpp,
220 +        test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
221 +        GenericData and PropertyMap  pass unit test.
222 +
223 + 2004-10-20 16:52  gezelter
224 +
225 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
226 +        DarkSide/sticky_interface.h: fixed a fortran name problem
227 +
228 + 2004-10-20 16:38  tim
229 +
230 +        * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
231 +        GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
232 +        UtilTest, UtilTest.cpp: adding generic data test case
233 +
234 + 2004-10-20 16:16  chuckv
235 +
236 +        * configure, ac-tools/aclocal.m4,
237 +        src/UseTheForce/DarkSide/Makefile,
238 +        src/UseTheForce/DarkSide/mpiSimulation.F90,
239 +        src/UseTheForce/DarkSide/mpiSimulation_interface.h,
240 +        src/UseTheForce/DarkSide/simParallel.F90,
241 +        src/UseTheForce/DarkSide/simParallel_interface.h,
242 +        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp:
243 +        Fortran/C++ interface de-obfuscation project appears to be
244 +        complete!  Woo hoo!
245 +
246 + 2004-10-20 15:47  chuckv
247 +
248 +        * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
249 +        fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
250 +        continues
251 +
252 + 2004-10-20 15:46  chuckv
253 +
254 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
255 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
256 +        UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp,
257 +        UseTheForce/doForces_interface.h,
258 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90,
259 +        UseTheForce/DarkSide/atype_interface.h,
260 +        UseTheForce/DarkSide/eam_interface.h,
261 +        UseTheForce/DarkSide/gb_interface.h,
262 +        UseTheForce/DarkSide/mpiSimulation_interface.h,
263 +        UseTheForce/DarkSide/shapes_interface.h,
264 +        UseTheForce/DarkSide/simulation_interface.h,
265 +        UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp,
266 +        brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
267 +        de-obfuscation project (It is a very long story)
268 +
269 + 2004-10-20 13:07  tim
270 +
271 +        * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
272 +        test/math/SquareMatrix3TestCase.cpp,
273 +        test/math/SquareMatrixTestCase.cpp,
274 +        test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
275 +
276 + 2004-10-20 00:52  tim
277 +
278 +        * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
279 +        SnapshotManager in design phase
280 +
281 + 2004-10-19 23:54  gezelter
282 +
283 +        * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
284 +        problem prevented linking
285 +
286 + 2004-10-19 23:54  gezelter
287 +
288 +        * src/UseTheForce/Shapes_FF.cpp: fixed include
289 +
290 + 2004-10-19 23:26  gezelter
291 +
292 +        * src/utils/: Makefile, definitions.F90, definitions_module.F90,
293 +        oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
294 +        more fortran name mangling
295 +
296 + 2004-10-19 23:23  gezelter
297 +
298 +        * src/profiling/timing.F90: yet more fortran renaming
299 +
300 + 2004-10-19 23:19  gezelter
301 +
302 +        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
303 +        do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
304 +        notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
305 +        wrappers.F90: Fortran name cleanup continues
306 +
307 + 2004-10-19 23:12  gezelter
308 +
309 +        * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
310 +        broken fortran stuff
311 +
312 + 2004-10-19 23:02  gezelter
313 +
314 +        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
315 +        atype_interface.h, atype_module.F90, atype_module_interface.h,
316 +        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
317 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
318 +        calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90,
319 +        eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90,
320 +        gb_interface.h, gb_module_interface.h, mpiSimulation.F90,
321 +        mpiSimulation_interface.h, mpiSimulation_module.F90,
322 +        mpisimulation_module_interface.h, reactionField.F90, shapes.F90,
323 +        shapes_interface.h, shapes_module.h, simulation.F90,
324 +        simulation_interface.h, simulation_module.F90,
325 +        simulation_module_interface.h, sticky.F90, sticky_interface.h,
326 +        sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
327 +        name sanity on the fortran side
328 +
329 + 2004-10-19 19:18  tim
330 +
331 +        * test/math/SquareMatrix3TestCase.hpp: [no log message]
332 +
333 + 2004-10-19 18:01  tim
334 +
335 +        * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
336 +        src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
337 +        except diagonalize(), all of functions in math library pass the
338 +        test
339 +
340 + 2004-10-19 17:43  chuckv
341 +
342 +        * src/UseTheForce/do_Forces.h: Added correct prototypes for
343 +        C-fortran interface functions.
344 +
345 + 2004-10-19 17:37  chuckv
346 +
347 +        * src/UseTheForce/DarkSide/: atype_module_interface.h,
348 +        eam_module_inteface.h, gb_module_interface.h,
349 +        mpisimulation_module_interface.h, simulation_module_interface.h,
350 +        sticky_pair_module_interface.h: Added correct prototypes for
351 +        C-fortran interface functions.
352 +
353 + 2004-10-19 16:28  tim
354 +
355 +        * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
356 +        src/math/SquareMatrix.hpp, src/math/Vector.hpp,
357 +        test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp,
358 +        test/math/RectMatrixTestCase.cpp,
359 +        test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp,
360 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
361 +        bugs get fixed at math library
362 +
363 + 2004-10-19 15:43  chuckv
364 +
365 +        * src/UseTheForce/: DarkSide/atype_module_interface.h,
366 +        DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
367 +        DarkSide/mpisimulation_module_interface.h,
368 +        DarkSide/simulation_module_interface.h,
369 +        DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90,
370 +        DarkSide/atype_module.F90, DarkSide/calc_gb.F90,
371 +        DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90,
372 +        DarkSide/simulation_module.F90, do_Forces.F90,
373 +        fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90,
374 +        notifycutoffs_module_interface.h: Added new files for fortran
375 +        interface.
376 +
377 + 2004-10-19 15:43  gezelter
378 +
379 +        * src/UseTheForce/Makefile: regressing
380 +
381 + 2004-10-19 15:40  gezelter
382 +
383 +        * src/: UseTheForce/DarkSide/calc_shapes.F90,
384 +        UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
385 +        working on shapes for portability
386 +
387 + 2004-10-19 15:40  gezelter
388 +
389 +        * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
390 +
391 + 2004-10-19 13:21  chrisfen
392 +
393 +        * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
394 +        findBegin
395 +
396 + 2004-10-18 23:34  tim
397 +
398 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
399 +        are fixed in Vector class
400 +
401 + 2004-10-18 23:28  tim
402 +
403 +        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
404 +        some bugs in RectMatrixTestCase
405 +
406 + 2004-10-18 23:21  tim
407 +
408 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
409 +        test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
410 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
411 +        test/math/VectorTestCase.hpp: implement more test cases
412 +
413 + 2004-10-18 18:13  tim
414 +
415 +        * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
416 +        src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
417 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
418 +        src/utils/StringTokenizer.hpp, test/math/Makefile,
419 +        test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
420 +        tests on math library
421 +
422 + 2004-10-18 16:03  tim
423 +
424 +        * test/math/: Makefile, QuaternionTestCase.cpp,
425 +        QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
426 +        SquareMatrix3TestCase.cpp, Vector3TestCase.cpp,
427 +        Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
428 +        more testing units
429 +
430 + 2004-10-18 12:07  tim
431 +
432 +        * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
433 +        math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
434 +        math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
435 +        utils/GenericFactory.hpp: fix some bugs in Quaternion class
436 +
437 + 2004-10-18 11:30  gezelter
438 +
439 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
440 +        Your basic run of the mill real-valued versions of Y_l^m(\theta,
441 +        \phi)
442 +
443 + 2004-10-18 11:29  gezelter
444 +
445 +        * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
446 +        types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
447 +        utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
448 +        Shapes into OOPSE
449 +
450 + 2004-10-18 10:21  gezelter
451 +
452 +        * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
453 +
454 + 2004-10-18 00:23  tim
455 +
456 +        * test/math/VectorTestCase.hpp: adding  vector test case
457 +
458 + 2004-10-18 00:23  tim
459 +
460 +        * src/utils/GenericFactory.hpp: adding generic factory and vector
461 +        test case
462 +
463   2004-10-16 20:19  tim
464  
465          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
# Line 361 | Line 823
823  
824   2004-09-29 12:56  gezelter
825  
826 <        * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
365 <        make stuff
826 >        * make/: Make.conf.in, Makefile.in: Working on make stuff
827  
828   2004-09-29 12:46  tim
829  
# Line 628 | Line 1089
1089          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1090          src/visitors/RigidBodyVisitor.cpp,
1091          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1092 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
632 <        make/_files/style.css, samples/Makefile.in,
1092 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1093          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
1094          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
1095          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
# Line 804 | Line 1264
1264          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1265          src/visitors/RigidBodyVisitor.cpp,
1266          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1267 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
808 <        make/_files/style.css, samples/Makefile.in,
1267 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1268          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
1269          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
1270          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines