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