/* k 0119       08/02/91       */
struct srdt {
     short size      ;       /* size rdt                   */
     char type       ;       /* type                       */
     char matno      ;       /* number mat                 */
     struct mat (*mat)[1] ;  /* my    area table pointer   *//* @0119 */
     char ano        ;       /* number area table          */
     struct aname (*aname)[1] ;/* area name table          *//* @0119 */
     char gno        ;       /* number glu elements        */
     struct glu (*gluad)[1] ; /* glu table address         *//* @0119 */
     char noden[8]   ;       /* this node name             */
     };
