# # ChangeLog for molecuilder/src/gslvector.hpp # # Generated by Trac 1.6 # Sep 21, 2025, 7:43:42 PM Sun, 10 Jan 2010 19:09:56 GMT Frederik Heber [70e11d] * molecuilder/src/gslmatrix.hpp (modified) * molecuilder/src/gslvector.hpp (modified) * molecuilder/src/linearsystemofequations.hpp (modified) Inclusion of config.h was missing. This caused a bug with GSL's ... Fri, 08 Jan 2010 17:44:51 GMT Frederik Heber [22b47e] * molecuilder/src/Makefile.am (modified) * molecuilder/src/gslvector.cpp (added) * molecuilder/src/gslvector.hpp (added) * molecuilder/src/unittests/Makefile.am (modified) * molecuilder/src/unittests/gslvectorunittest.cpp (added) * molecuilder/src/unittests/gslvectorunittest.hpp (added) Wrapper class for gsl_vector along with working Unit test. - new ...