diff options
Diffstat (limited to 'src/tests/formula.cpp')
| -rw-r--r-- | src/tests/formula.cpp | 13 | 
1 files changed, 0 insertions, 13 deletions
diff --git a/src/tests/formula.cpp b/src/tests/formula.cpp deleted file mode 100644 index 976b039..0000000 --- a/src/tests/formula.cpp +++ /dev/null  | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #include "formula.h" | ||
| 2 | |||
| 3 | int main( int argc, char *argv[] ) | ||
| 4 | { | ||
| 5 | if( argc < 2 ) return 0; | ||
| 6 | |||
| 7 | Formula f; | ||
| 8 | double dOut = f.run( argv[1] ); | ||
| 9 | printf("%s = %f\n", argv[1], dOut ); | ||
| 10 | |||
| 11 | return 0; | ||
| 12 | } | ||
| 13 | |||
