Added an abstract base class for the 2 custom engines; ticket #5 is now done, althoug...
commitef11989d0ac21a45e2895dfcc22fc9999f4e3ba7
authorcodistmonk <codistmonk@cbff3641-ea5c-438d-a1bd-c9f42921e016>
Tue, 27 Apr 2010 16:32:13 +0000 (27 16:32 +0000)
committercodistmonk <codistmonk@cbff3641-ea5c-438d-a1bd-c9f42921e016>
Tue, 27 Apr 2010 16:32:13 +0000 (27 16:32 +0000)
treec291f78b21181ea9f13258094ce1b9d214af0d20
parentbe5d0f7aa5dfa0f61309ccefa7fa1a55ece31c82
Added an abstract base class for the 2 custom engines; ticket #5 is now done, although the implementation needs some tuning.
A test fails due to speed decay; maybe the test should be changed.

git-svn-id: https://desert.svn.sourceforge.net/svnroot/desert@85 cbff3641-ea5c-438d-a1bd-c9f42921e016
src/org/sourceforge/desert/AbstractParticleEngineCustomImplementation.java [new file with mode: 0644]
src/org/sourceforge/desert/ParticleEngineCustomImplementation.java
src/org/sourceforge/desert/ParticleEngineDMapImplementation.java
test/org/sourceforge/desert/AbstractParticleEngineTestBase.java
test/org/sourceforge/desert/ParticleEngineDMapImplementationTest.java