--- trunk/src/io/RestWriter.hpp 2005/03/10 15:10:24 417 +++ trunk/src/io/RestWriter.hpp 2005/04/15 22:04:00 507 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -61,13 +61,13 @@ namespace oopse { class RestWriter{ -public: + public: RestWriter( SimInfo* info ); ~RestWriter(); void writeZangle(); -private: + private: SimInfo* info_; std::string outName;