FaultModel.cc (11320:42ecb523c64a) FaultModel.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2011 Massachusetts Institute of Technology
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;

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

40// C++ includes
41#include <cassert>
42#include <fstream>
43#include <iostream>
44#include <vector>
45
46// GEM5 includes
47#include "FaultModel.hh"
1/*
2 * Copyright (c) 2011 Massachusetts Institute of Technology
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;

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

40// C++ includes
41#include <cassert>
42#include <fstream>
43#include <iostream>
44#include <vector>
45
46// GEM5 includes
47#include "FaultModel.hh"
48#include "base/misc.hh"
48#include "base/logging.hh"
49
50using namespace std;
51
52#define MAX(a,b) ((a > b) ? (a) : (b))
53
54
55FaultModel::FaultModel(const Params *p) : SimObject(p)
56{

--- 221 unchanged lines hidden ---
49
50using namespace std;
51
52#define MAX(a,b) ((a > b) ? (a) : (b))
53
54
55FaultModel::FaultModel(const Params *p) : SimObject(p)
56{

--- 221 unchanged lines hidden ---