|
From: <sa...@us...> - 2004-01-20 09:09:36
|
Update of /cvsroot/jrobin/src/org/jrobin/core
In directory sc8-pr-cvs1:/tmp/cvs-serv13566/org/jrobin/core
Modified Files:
Util.java
Log Message:
LinearInterpolator added (makes use of Plottable interface)
Index: Util.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/Util.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Util.java 28 Nov 2003 13:24:46 -0000 1.6
--- Util.java 20 Jan 2004 09:09:33 -0000 1.7
***************
*** 205,210 ****
}
! static int getMatchingDatasourceIndex(RrdDb rrd1, int dsIndex, RrdDb rrd2)
! throws IOException {
String dsName = rrd1.getDatasource(dsIndex).getDsName();
try {
--- 205,209 ----
}
! static int getMatchingDatasourceIndex(RrdDb rrd1, int dsIndex, RrdDb rrd2) {
String dsName = rrd1.getDatasource(dsIndex).getDsName();
try {
|