12 #if defined __cplusplus
26 char const *wLabel, *form;
35 if( strcmp( form,
"fr" ) == 0 ) {
37 else if( strcmp( form,
"fra" ) == 0 ) {
41 "invalid KalbachMann type - '%s'", form );
49 if( strcmp(
"axes", XMLChild->
name ) == 0 ) {
51 else if( strcmp( wLabel, XMLChild->
name ) == 0 ) {
56 "invalid element '%s' in xData = 'KalbachMann'", XMLChild->
name );
79 coefficients->
index = index;
82 if( ( coefficients->
coefficients = (
double *)
smr_malloc2( smr, length *
sizeof(
double ), 0,
"coefficients->coefficients" ) ) == NULL )
goto err;
91 #if defined __cplusplus