comparison liboctave/numeric/randgamma.h @ 21177:a10f60e13243

style fixes in liboctave/numeric directory * base-qr.h, randgamma.h, randmtzig.h, randpoisson.h, sparse-chol.cc, sparse-chol.h, sparse-dmsolve.cc, sparse-lu.cc, sparse-lu.h, sparse-qr.cc, sparse-qr.h, oct-sparse.h: Style fixes.
author John W. Eaton <jwe@octave.org>
date Tue, 02 Feb 2016 16:53:01 -0500
parents 4197fc428c7d
children 88b41a4711e2
comparison
equal deleted inserted replaced
21176:791dcb32b657 21177:a10f60e13243
21 */ 21 */
22 22
23 /* Original version written by Paul Kienzle distributed as free 23 /* Original version written by Paul Kienzle distributed as free
24 software in the in the public domain. */ 24 software in the in the public domain. */
25 25
26 #ifndef _RANDGAMMA_H 26 #if ! defined (octave_randgamma_h)
27 #define octave_radgamma_h 1
27 28
28 #ifdef __cplusplus 29 #ifdef __cplusplus
29 extern "C" { 30 extern "C" {
30 #endif 31 #endif
31 32
37 float *p); 38 float *p);
38 39
39 #ifdef __cplusplus 40 #ifdef __cplusplus
40 } 41 }
41 #endif 42 #endif
43
42 #endif 44 #endif