# | Line 76 | Line 76 | namespace oopse { | |
---|---|---|
76 | ||
77 | private: | |
78 | char* parseIdealLine(char* readLine, StuntDouble* sd); | |
79 | < | char *idealName; |
80 | < | FILE *inAngFile; |
81 | < | FILE *inIdealFile; |
82 | < | std::string inAngFileName; |
83 | < | std::string inIdealFileName; |
84 | < | bool isScanned; |
85 | < | |
79 | > | std::string angFile; |
80 | > | std::string idealName; |
81 | > | std::istream* inIdealFile; |
82 | > | std::istream* inAngFile; |
83 | > | |
84 | RealType angleTransfer; | |
87 | – | std::vector<fpos_t*> framePos; |
85 | SimInfo *info_; | |
86 | }; | |
87 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |