| # | Line 22 | Line 22 | class ZConsWriter { (public) | |
|---|---|---|
| 22 | ZConsWriter(const char* filename, vector<ZConsParaItem>* thePara); | |
| 23 | ~ZConsWriter(); | |
| 24 | ||
| 25 | < | void writeFZ(double time, int num, int* index, double* fz, double* curZPos); | 
| 25 | > | void writeFZ(double time, int num, int* index, double* fz, double* curZPos, double* zpos); | 
| 26 | ||
| 27 | private: | |
| 28 | void writeZPos(); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |