[Nmrshiftdb-devel] CVS: nmrshiftdb/src/java/org/openscience/nmrshiftdb/om DBSpectrum.java, 1.192,
Brought to you by:
steinbeck
|
From: Stefan K. <sh...@us...> - 2006-11-09 14:43:55
|
Update of /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/om In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19751/src/java/org/openscience/nmrshiftdb/om Modified Files: DBSpectrum.java Log Message: submits of h spectra also possible with h shifts assigned to heavy atoms Index: DBSpectrum.java =================================================================== RCS file: /cvsroot/nmrshiftdb/nmrshiftdb/src/java/org/openscience/nmrshiftdb/om/DBSpectrum.java,v retrieving revision 1.192 retrieving revision 1.193 diff -C2 -r1.192 -r1.193 *** DBSpectrum.java 25 Oct 2006 10:51:09 -0000 1.192 --- DBSpectrum.java 9 Nov 2006 14:43:42 -0000 1.193 *************** *** 206,214 **** * @exception Exception Database problems. */ ! /** ! * @return ! * @throws Exception ! */ ! public Vector getOptions() throws Exception { if (options == null) { if(runData!=null && runData.getSession().getAttribute("trueonly")==null) --- 206,210 ---- * @exception Exception Database problems. */ ! public Vector getOptions() throws Exception { if (options == null) { if(runData!=null && runData.getSession().getAttribute("trueonly")==null) |