9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
|
// Main header for -*- C++ -*- valarray classes.
|
||
|
|
||
|
#ifndef __VALARRAY__
|
||
|
#define __VALARRAY__
|
||
|
|
||
|
#include <std/std_valarray.h>
|
||
|
|
||
|
#endif
|