Changes in src/leastsquaremin.hpp [f66195:54a746]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/leastsquaremin.hpp
rf66195 r54a746 9 9 #define LEASTSQUAREMIN_HPP_ 10 10 11 using namespace std; 12 13 /*********************************************** includes ***********************************/ 14 15 // include config.h 16 #ifdef HAVE_CONFIG_H 17 #include <config.h> 18 #endif 19 20 #include <gsl/gsl_vector.h> 21 22 /****************************************** forward declarations *****************************/ 11 #include "vector.hpp" 23 12 24 13 class element; 25 14 class molecule; 26 class Vector;27 28 /********************************************** declarations *******************************/29 15 30 16 /** Parameter structure for least square minimsation.
Note:
See TracChangeset
for help on using the changeset viewer.