Changeset 15372 for issm/trunk-jpl/src/c/classes/Elements/Penta.h
- Timestamp:
- 06/30/13 17:32:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.h
r15305 r15372 9 9 /*{{{*/ 10 10 #include "./Element.h" 11 #include "./ PentaHook.h"11 #include "./ElementHook.h" 12 12 #include "./PentaRef.h" 13 class 13 class Object; 14 14 class Parameters; 15 15 class Results; … … 28 28 /*}}}*/ 29 29 30 class Penta: public Element,public PentaHook,public PentaRef{30 class Penta: public Element,public ElementHook,public PentaRef{ 31 31 32 32 public:
Note:
See TracChangeset
for help on using the changeset viewer.