[Kst] [Bug 102898] modified netCDF datasource reader: problems with plots

George Staikos staikos at kde.org
Fri Apr 1 16:39:56 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=102898         




------- Additional Comments From staikos kde org  2005-04-01 16:39 -------
Created an attachment (id=10471)
 --> (http://bugs.kde.org/attachment.cgi?id=10471&action=view)
first patch

This patch gets things started.  A few problems fixed:
1) properly delete the ncfile object
2) don't use global variables.	this is multi-threaded code and that will cause
memory errors
3) initialize ncfile variable
4) a start at fixing readField() and general logic.  The problem is that Kst
thinks there is more data, but there isn't.  Don't try to interpolate inside
the datasource, let Kst do it.

If the patch doesn't compile for you, it's probably because you're using an
older Kst than the one in CVS.	In that case, you can remove the
setLastUpdateResult() and lastUpdateResult() changes.


More information about the Kst mailing list