FLASH_Obj_create_hier_conf_to_flat_check.c File Reference

(r)


Functions

FLA_Error FLASH_Obj_create_hier_conf_to_flat_check (FLA_Trans trans, FLA_Obj F, dim_t depth, dim_t *blocksizes, FLA_Obj *H)

Function Documentation

FLA_Error FLASH_Obj_create_hier_conf_to_flat_check ( FLA_Trans  trans,
FLA_Obj  F,
dim_t  depth,
dim_t blocksizes,
FLA_Obj H 
)

References FLA_Check_null_pointer(), and FLA_Check_valid_real_trans().

Referenced by FLASH_Obj_create_hier_conf_to_flat().

00036 {
00037   FLA_Error e_val;
00038 
00039   e_val = FLA_Check_valid_real_trans( trans );
00040   FLA_Check_error_code( e_val );
00041 
00042   e_val = FLA_Check_null_pointer( blocksizes );
00043   FLA_Check_error_code( e_val );
00044 
00045   e_val = FLA_Check_null_pointer( H );
00046   FLA_Check_error_code( e_val );
00047 
00048   // A value of depth < 0 should cause an error.
00049 
00050   // First depth entries in blocksize should be checked; values < 1 should cause error.
00051 
00052   return FLA_SUCCESS;
00053 }


Generated on Mon Jul 6 05:45:51 2009 for libflame by  doxygen 1.5.9