Ignore:
Timestamp:
May 11, 2009 4:39:13 PM (15 years ago)
Author:
gah
Message:

Initial commit of new flow visualization command structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/Switch.h

    r1384 r1429  
    3434#  include <stddef.h>
    3535#endif /* HAVE_STDDEF_H */
    36 
    37 #ifdef offsetof
    38 #define SwitchOffset(type, field) ((int) offsetof(type, field))
    39 #else
    40 #define SwitchOffset(type, field) ((int) ((char *) &((type *) 0)->field))
    41 #endif
    4236
    4337namespace Rappture {
Note: See TracChangeset for help on using the changeset viewer.