Next: , Previous: bpipe_matrix_map_new, Up: Internal Functions


A.5.26 bpipe_matrix_override_delete

Delete a matrix override structure.

Synopsis

     #include <bpipe/bpipe.h>
     
     
     
void bpipe_matrix_override_delete(BPMatrixOverride *over);

Parameters

BPMatrixOverride *over
the matrix override structure to delete

Description

This routine frees the memory allocated with a matrix override structure and the associated matrix description structure. if the passed pointer is NULL, it returns quietly.