Updated readme, and updated main so you don't need to run the test program on the commandline.
This commit is contained in:
parent
db0ac63215
commit
44608cf2c8
5 changed files with 240 additions and 229 deletions
|
@ -1,15 +1,15 @@
|
|||
/* __ __ ___ _____ ____
|
||||
* \ \ / / / _ \ | __ \ | |
|
||||
* \ \/\/ / / / \ \ | | / / | __|
|
||||
* \_/\_/ /_/ \_\ |_| \_\ |_|
|
||||
* Take it to the next Level
|
||||
*
|
||||
* 2009 Brian Ernst.
|
||||
* See ReadMe.md for more license info.
|
||||
*/
|
||||
#ifndef __MATHDEFS_H__
|
||||
#define __MATHDEFS_H__
|
||||
|
||||
typedef float Scalar;
|
||||
|
||||
#endif
|
||||
/* __ __ ___ _____ ____
|
||||
* \ \ / / / _ \ | __ \ | |
|
||||
* \ \/\/ / / / \ \ | | / / | __|
|
||||
* \_/\_/ /_/ \_\ |_| \_\ |_|
|
||||
* Take it to the next Level
|
||||
*
|
||||
* 2009 Brian Ernst.
|
||||
* See ReadMe.md for more license info.
|
||||
*/
|
||||
#ifndef __MATHDEFS_H__
|
||||
#define __MATHDEFS_H__
|
||||
|
||||
typedef float Scalar;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue