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

Merging all changes from mainline upto r2033, except r1902.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/init_coreload_postparse.cpp

    r1776 r2034  
    44* after parser, will be called one time per core load */ 
    55#include "cddefines.h"  
     6#include "assertresults.h" 
    67#include "init.h"  
    78 
     
    2425        ++nCalled; 
    2526 
     27        assertresults.SumErrorCaseAssert = 0.; 
     28        assertresults.nSumErrorCaseAssert = 0; 
     29 
    2630        return; 
    2731}