Parent Directory | Revision Log
Merged branch 1.8-gt2-2.6 to trunk. Now the trunk is based on GeoTools 2.6.1 and schmitzm-2.0.x
1 | package appl.parallel.spmd.split; |
2 | |
3 | import schmitzm.data.WritableGrid; |
4 | |
5 | /** |
6 | * A grid that is {@link SplittableResource splittable} |
7 | * |
8 | * @author Dominik Appl |
9 | */ |
10 | public interface SplittableGrid extends SplittableResource, WritableGrid{ |
11 | |
12 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |