ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/RestWriter.hpp
(Generate patch)

Comparing trunk/src/io/RestWriter.hpp (file contents):
Revision 417 by chrisfen, Thu Mar 10 15:10:24 2005 UTC vs.
Revision 993 by chrisfen, Thu Jun 22 15:21:01 2006 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 50 | Line 50
50   #include <iostream>
51   #include <fstream>
52   #include <string>
53 + #include <string.h>
54 + #include <stdio.h>
55 + #include <stdlib.h>
56 + #include <unistd.h>
57 + #include <sys/types.h>
58 + #include <sys/stat.h>
59 + #include <algorithm>
60 + #include <vector>
61 + #include <map>
62  
63 + #include "primitives/Atom.hpp"
64   #include "brains/SimInfo.hpp"
65 + #include "brains/Thermo.hpp"
66 + #include "primitives/StuntDouble.hpp"
67  
56 #ifdef IS_MPI
57 #include <mpi.h>
58 #endif
59
68   namespace oopse {
69  
70    class RestWriter{
71      
72 < public:
72 >  public:
73      RestWriter( SimInfo* info );
74      ~RestWriter();
75      
76 <    void writeZangle();
76 >    void writeZAngFile();
77      
78 < private:
79 <      
78 >  private:
79 >    void writeZangle(std::ostream& finalOut);
80 >
81      SimInfo* info_;
82 <    std::string outName;
74 <    
82 >    std::string outName_;
83    };
84  
85   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines