Show
Ignore:
Timestamp:
05/10/08 09:03:02 (2 months ago)
Author:
peter
Message:

Merging all changes from mainline upto r2033, except r1902.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/c08_branch/source/assertresults.h

    r1732 r2034  
    2727EXTERN bool lgAssertsOK , lgBigBotch, lgPrtSciNot; 
    2828 
     29EXTERN struct t_assertresults { 
     30        double SumErrorCaseAssert; 
     31        long int nSumErrorCaseAssert; 
     32 
     33}       assertresults; 
     34 
    2935#endif /* _ASSERTRESULTS_H_ */