ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/io/ZConsWriter.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/io/ZConsWriter.hpp (file contents):
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 9 | Line 9
9   #include <iostream>
10   #include <fstream>
11  
12 + #include "brains/SimInfo.hpp"
13   #include "constraints/ZconsData.hpp"
14  
15   #ifdef IS_MPI
# Line 24 | Line 25 | class ZConsWriter {
25          ZConsWriter(const char* filename,  std::vector<ZConsParaItem>* thePara);
26          ~ZConsWriter();  
27  
28 <        void writeFZ(double time, int num, int* index, double* fz, double* curZPos, double* zpos);
28 >        void writeFZ(SimInfo* info, double time, int num, int* index, double* fz, double* curZPos, double* zpos);
29            
30      private:
31          void writeZPos();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines