Go to the documentation of this file.00001 #ifndef @PKGNAME@_TYPES_HPP
00002 #define @PKGNAME@_TYPES_HPP
00003
00013 #include <vector>
00014
00020 struct @Pkgname@Data
00021 {
00023 std::vector<double> samples;
00024 };
00025
00026 #endif // @PKGNAME@_TYPES_HPP