12 #if defined __cplusplus
22 int axesProcessed = 0;
26 if( strcmp(
"axes", XMLChild->
name ) == 0 ) {
35 if( axesProcessed == 0 ) {
47 int i = 0,
n = 0, index;
49 char const *label, *unit, *sInterpolation, *attribute;
53 if( strcmp(
"axis", XMLChild->
name ) != 0 ) {
55 "non axis element found: name = %s", XMLChild->
name );
70 attribute =
"interpolation";
91 #if defined __cplusplus