Changeset 17b3a5c for molecuilder/src/vector.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/vector.hpp
r70b7aa r17b3a5c 4 4 using namespace std; 5 5 6 #include "helpers.hpp" 6 /*********************************************** includes ***********************************/ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include <gsl/gsl_vector.h> 9 14 #include <gsl/gsl_multimin.h> 10 15 11 class Vector; 16 #include "defs.hpp" 17 18 /********************************************** declarations *******************************/ 12 19 13 20 /** Single vector.
Note:
See TracChangeset
for help on using the changeset viewer.