ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/io/StatWriter.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/io/StatWriter.hpp (file contents):
Revision 1727 by tim, Thu Nov 11 16:41:58 2004 UTC vs.
Revision 1808 by tim, Tue Nov 30 23:14:29 2004 UTC

# Line 34 | Line 34
34  
35   #ifndef IO_STATWRITER_HPP
36   #define IO_STATWRITER_HPP
37 <
38 < #include <string.h>
39 < #include <iostream>
37 > #include <bitset>
38   #include <fstream>
39 + #include <iostream>
40 + #include <string.h>
41  
42   #include "brains/Stats.hpp"
43  
44   namespace oopse {
45  
46 < typedef std::bitset<Stats::ENDINDEX-Stats:BEGININDEX> StatsBitSet;
46 > typedef std::bitset<Stats::ENDINDEX-Stats::BEGININDEX> StatsBitSet;
47  
48   /**
49   * DefaultStatsBitSet includes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines