--- trunk/src/skrueger/gol/GameOfLife.java 2011/01/27 18:45:46 113 +++ trunk/src/skrueger/gol/GameOfLife.java 2011/07/11 11:31:25 114 @@ -13,8 +13,8 @@ import java.awt.image.DataBuffer; -import schmitzm.data.WritableGrid; -import schmitzm.data.property.ScalarProperty; +import de.schmitzm.data.property.ScalarProperty; +import de.schmitzm.geotools.data.WritableGrid; import edu.bonn.xulu.model.AbstractStepModel; public class GameOfLife extends AbstractStepModel {