OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
PB_freebuf_.c File Reference
#include "../pblas.h"
#include "../PBpblas.h"
#include "../PBtools.h"
#include "../PBblacs.h"
#include "../PBblas.h"

Go to the source code of this file.

Functions

void PB_freebuf_ (void)

Function Documentation

◆ PB_freebuf_()

void PB_freebuf_ ( void )

Definition at line 19 of file PB_freebuf_.c.

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}
char * PB_Cgetbuf()