The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



RingType


Unit:SDL_cstruct
Class:none
Declaration:RingType = record
 
RingSize : byte;
  AtList : array[1..MaxRingSize] of byte;
end;

Type definition of a ring. The parameter RingSize holds the number of atoms belonging to the ring; the array AtList contains the list of the atoms which are members of the ring.

Hint: A ring of type RingType must not be larger than MaxRingSize. For larger rings the global constant MaxRingSize has to be adjusted.


Last Update: 2023-Feb-06