source: git/ntl/include/NTL/vec_quad_float.h @ a703156

fieker-DuValspielwiese
Last change on this file since a703156 was 311902, checked in by Hans Schönemann <hannes@…>, 20 years ago
*hannes: 5.3.2-C++-fix git-svn-id: file:///usr/local/Singular/svn/trunk@7474 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 242 bytes
Line 
1
2#ifndef NTL_vec_quad_float__H
3#define NTL_vec_quad_float__H
4
5#include <NTL/vector.h>
6#include <NTL/quad_float.h>
7
8NTL_OPEN_NNS
9
10NTL_vector_decl(quad_float,vec_quad_float)
11
12NTL_eq_vector_decl(quad_float,vec_quad_float)
13
14NTL_CLOSE_NNS
15
16#endif
Note: See TracBrowser for help on using the repository browser.