Blender V2.61 - r43446
|
00001 00004 // Template Numerical Toolkit (TNT) for Linear Algebra 00005 00006 // 00007 // BETA VERSION INCOMPLETE AND SUBJECT TO CHANGE 00008 // Please see http://math.nist.gov/tnt for updates 00009 // 00010 // R. Pozo 00011 // Mathematical and Computational Sciences Division 00012 // National Institute of Standards and Technology 00013 00014 00015 #ifndef TNT_VERSION_H 00016 #define TNT_VERSION_H 00017 00018 00019 #define TNT_MAJOR_VERSION '0' 00020 #define TNT_MINOR_VERSION '9' 00021 #define TNT_SUBMINOR_VERSION '4' 00022 #define TNT_VERSION_STRING "0.9.4" 00023 00024 #endif 00025