Re: [Kmatplot-general] Where to get patch for gcc-2.95.3 for building?
Brought to you by:
kamil
|
From: Sam H. <sa...@ne...> - 2002-06-28 13:28:27
|
> BTW: Isn't there the possibility to have this patch in the list archive to
> avoid sending the patch over and over again? If it is not possible to have
> an attachment in the archive, couldn't you put the output of the "diff"
> command directly into the mail.
sure, sorry about that all...
---START PATCH---
--- kmatplot-0.4/kmatplot/widgets/qscontour.cpp Mon Mar 18 18:06:56 2002
+++ kmatplot-0.4.patch/kmatplot/widgets/qscontour.cpp Mon May 27 17:07:10 2002
@@ -427,7 +427,7 @@
//-------------------------------------------------------------//
-inline int QSContour::find_level_greater_than( double value )
+int QSContour::find_level_greater_than( double value )
// find first level > value or return level.number if all levels are lower then value
{
double *first_level = &d->level.value[0];
--- kmatplot-0.4/kmatplot/widgets/qscontour.h Tue Mar 12 01:59:49 2002
+++ kmatplot-0.4.patch/kmatplot/widgets/qscontour.h Mon May 27 17:06:43 2002
@@ -184,7 +184,7 @@
QSPt3f *under_pts, int *under_npts,
QSPt3f *cross_line = NULL, int *cross_npts = NULL );
inline double distance( const QSPt2f& p1, const QSPt2f& p2 );
- inline int find_level_greater_than( double value );
+ int find_level_greater_than( double value );
void flush_rectangle_buffer();
bool draw_rectangle( const QSPt3f pts[4] );
};
---END PATCH---
Sam
--
tax office, n.:
Den of inequity.
|