ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
PB_freebuf_.c
Go to the documentation of this file.
1 /* ---------------------------------------------------------------------
2 *
3 * -- PBLAS routine (version 2.0) --
4 * University of Tennessee, Knoxville, Oak Ridge National Laboratory,
5 * and University of California, Berkeley.
6 * April 1, 1998
7 *
8 * ---------------------------------------------------------------------
9 */
10 /*
11 * Include files
12 */
13 #include "../pblas.h"
14 #include "../PBpblas.h"
15 #include "../PBtools.h"
16 #include "../PBblacs.h"
17 #include "../PBblas.h"
18 
20 {
21 /*
22 * Purpose
23 * =======
24 *
25 * PB_freebuf_ disposes the dynamic memory allocated by PB_Cgetbuf.
26 *
27 * -- Written on April 1, 1998 by
28 * Antoine Petitet, University of Tennessee, Knoxville 37996, USA.
29 *
30 * ---------------------------------------------------------------------
31 */
32 /* ..
33 * .. Executable Statements ..
34 *
35 */
36  (void) PB_Cgetbuf( " ", -1 );
37 /*
38 * End of PB_freebuf_
39 */
40 }
PB_freebuf_
void PB_freebuf_()
Definition: PB_freebuf_.c:19
PB_Cgetbuf
char * PB_Cgetbuf()