Functions | |
FLA_Error | FLA_Obj_complex_constant_create_check (double const_real, double const_imag, FLA_Obj *obj) |
FLA_Error FLA_Obj_complex_constant_create_check | ( | double | const_real, | |
double | const_imag, | |||
FLA_Obj * | obj | |||
) |
References FLA_Check_null_pointer().
Referenced by FLA_Obj_complex_constant_create().
00036 { 00037 FLA_Error e_val; 00038 00039 e_val = FLA_Check_null_pointer( obj ); 00040 FLA_Check_error_code( e_val ); 00041 00042 return FLA_SUCCESS; 00043 }