Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
comparison Histogram.c @ 28:2aa025da7c60
removed inlines to work with autoconf/library build
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 29 Oct 2012 16:47:28 +0100 |
| parents | 75df4e468930 |
| children | 20f99e6710b3 |
comparison
equal
deleted
inserted
replaced
| 19:7b7b9c9b3dd7 | 20:11753fece71a |
|---|---|
| 47 | 47 |
| 48 hist->name = NULL; | 48 hist->name = NULL; |
| 49 return hist; | 49 return hist; |
| 50 } | 50 } |
| 51 | 51 |
| 52 inline void | 52 void |
| 53 makeHist_helper( Histogram *hist, int32 numBins, | 53 makeHist_helper( Histogram *hist, int32 numBins, |
| 54 int32 startOfRange, int32 binWidth, char *nameCopy ) | 54 int32 startOfRange, int32 binWidth, char *nameCopy ) |
| 55 { | 55 { |
| 56 hist->numBins = numBins; | 56 hist->numBins = numBins; |
| 57 hist->binWidth = binWidth; | 57 hist->binWidth = binWidth; |
