diff --git a/readvector.hpp b/readvector.hpp new file mode 100644 index 00000000..8178db6a --- /dev/null +++ b/readvector.hpp @@ -0,0 +1,27 @@ +/*=========================================================================== +// +// File: readvector.hpp +// +// Created: 2011-11-30 09:35:14+0100 +// +// Authors: Ingeborg S. Ligaarden +// Jostein R. Natvig +// Halvor M. Nilsen +// Atgeirr F. Rasmussen +// Bård Skaflestad +// +//==========================================================================*/ + + +/* + Copyright 2011 SINTEF ICT, Applied Mathematics. +*/ + +#ifndef READVECTOR_HPP_HEADER +#define READVECTOR_HPP_HEADER + + +template +void read_vector_from_file(const char *fn, std::vector& v); + +#endif /* READVECTOR_HPP_HEADER */