Changeset 17b3a5c for molecuilder/src/stackclass.hpp
- Timestamp:
- Oct 9, 2009, 10:54:52 AM (16 years ago)
- Children:
- 3efb4a
- Parents:
- 70b7aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/stackclass.hpp
r70b7aa r17b3a5c 2 2 #define STACKCLASS_HPP_ 3 3 4 using namespace std; 5 6 /*********************************************** includes ***********************************/ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 4 13 #include "verbose.hpp" 5 14 #include "memoryallocator.hpp" 15 16 /****************************************** forward declarations *****************************/ 6 17 7 18 template <typename T> class StackClass;
Note:
See TracChangeset
for help on using the changeset viewer.