geirs2Panic  Richard J. Mathar
Fits header keyword batch editor
 All Classes Files Functions Variables Macros Pages
Classes | Functions
Histo.h File Reference
#include <string>
#include <vector>
#include <valarray>
Include dependency graph for Histo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Histo
 

Functions

int fsort (const void *v1, const void *v2)
 Support of the qsort call in init(). More...
 

Function Documentation

int fsort ( const void *  v1,
const void *  v2 
)

Support of the qsort call in init().


Parameters
v1The first constant to be compared.
v2The second constant to be compared.
Returns
-1 if v1 is less than v2, +1 if v1 is larger than v2, 0 if both are equal.