diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-08 20:07:47 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2018-01-08 20:07:47 -0200 |
commit | c11a42ee83fcf535557d4f2cc259efae2da1b7ff (patch) | |
tree | 13fd8f4449f2cfeed8a6185e96a6889f9529285d /Project/Divider.h | |
parent | 95f61a7cad71c45c9e27af5c6f4bc5d64d5ecc45 (diff) | |
download | PSP.git-c11a42ee83fcf535557d4f2cc259efae2da1b7ff.tar.gz PSP.git-c11a42ee83fcf535557d4f2cc259efae2da1b7ff.tar.xz PSP.git-c11a42ee83fcf535557d4f2cc259efae2da1b7ff.zip |
File handling and control initialization organized
Diffstat (limited to 'Project/Divider.h')
-rw-r--r-- | Project/Divider.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Project/Divider.h b/Project/Divider.h index 52154f4..5b74f9c 100644 --- a/Project/Divider.h +++ b/Project/Divider.h @@ -37,10 +37,10 @@ class Divider : public MathOperation virtual void DrawSymbol() const; virtual bool Solve(double* input, double timeStep); - - virtual void SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode); + + virtual rapidxml::xml_node<>* SaveElement(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* elementListNode); virtual bool OpenElement(rapidxml::xml_node<>* elementNode); - + virtual Element* GetCopy(); }; |