tsunami_io.cc (10631:6d6bfdb036ce) tsunami_io.cc (10642:9d3b6e7dd205)
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;

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

283 pitimer.unserialize("pitimer", cp, section);
284 rtc.unserialize("rtc", cp, section);
285}
286
287void
288TsunamiIO::startup()
289{
290 rtc.startup();
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;

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

283 pitimer.unserialize("pitimer", cp, section);
284 rtc.unserialize("rtc", cp, section);
285}
286
287void
288TsunamiIO::startup()
289{
290 rtc.startup();
291 pitimer.startup();
291}
292
293TsunamiIO *
294TsunamiIOParams::create()
295{
296 return new TsunamiIO(this);
297}
292}
293
294TsunamiIO *
295TsunamiIOParams::create()
296{
297 return new TsunamiIO(this);
298}