Update of /cvsroot/magicmap/magicmapserver/src/net/sf/magicmap/server/interpolation/delaunay
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9267/src/net/sf/magicmap/server/interpolation/delaunay
Modified Files:
Int.java
Log Message:
+ Client is usable without server
Index: Int.java
===================================================================
RCS file: /cvsroot/magicmap/magicmapserver/src/net/sf/magicmap/server/interpolation/delaunay/Int.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Int.java 13 Feb 2005 21:34:39 -0000 1.3
--- Int.java 11 May 2005 10:45:05 -0000 1.4
***************
*** 12,20 ****
int i;
! public Int(){
i = 0;
}
! public Int(int i){
this.i = i;
}
--- 12,20 ----
int i;
! public Int() {
i = 0;
}
! public Int(int i) {
this.i = i;
}
|