text.cc (7505:7772a8bf76ee) text.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 580 unchanged lines hidden (view full) ---

589 text.open(*simout.find(filename));
590 text.descriptions = desc;
591 OutputList.push_back(&text);
592 connected = true;
593
594 return true;
595}
596
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 580 unchanged lines hidden (view full) ---

589 text.open(*simout.find(filename));
590 text.descriptions = desc;
591 OutputList.push_back(&text);
592 connected = true;
593
594 return true;
595}
596
597/* namespace Stats */ }
597} // namespace Stats