Orthogonal Array Library  1.0.0
Libray for generating orthogonal arrays based on Art Owen's oa library
oalibVersion.h
Go to the documentation of this file.
1 
21 #ifndef BCLIBVERSION_H
22 #define BCLIBVERSION_H
23 
24 namespace bclib {
25  inline static const char * getVersion() {return "1.0.0";}
26 }
27 
28 #endif