core.cc (4167:ce5d0f62f13b) core.cc (4762:c94e103c83ad)
1/*
2 * Copyright (c) 2006 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;

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

93
94void
95setOutputDir(const string &dir)
96{
97 simout.setDirectory(dir);
98}
99
100ostream *outputStream;
1/*
2 * Copyright (c) 2006 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;

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

93
94void
95setOutputDir(const string &dir)
96{
97 simout.setDirectory(dir);
98}
99
100ostream *outputStream;
101ostream *configStream;
102
103void
104setOutputFile(const string &file)
105{
106 outputStream = simout.find(file);
107}
108
109/**

--- 31 unchanged lines hidden ---
101
102void
103setOutputFile(const string &file)
104{
105 outputStream = simout.find(file);
106}
107
108/**

--- 31 unchanged lines hidden ---