# | Line 14 | Line 14 | |
---|---|---|
14 | * | |
15 | ************************************************************************ | |
16 | *Description: | |
17 | < | * |
17 | > | * using factory pattern to creat the object |
18 | ***********************************************************************/ | |
19 | #ifndef elementfactoryH | |
20 | #define elementfactoryH | |
# | Line 23 | Line 23 | |
23 | #include "fasresidue.h" | |
24 | #include "fasmolecule.h" | |
25 | #include "extradata.h" | |
26 | + | #include "energydata.h" |
27 | class TElementFactory | |
28 | { | |
29 | public: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |