From c208b397b798910df4ad129fb13d562b4450034e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 19 Feb 2007 05:15:23 +0000 Subject: The formula system works just fine, just no functions yet, but I don't need them for quite a while. --- src/tests/formula.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/formula.cpp') diff --git a/src/tests/formula.cpp b/src/tests/formula.cpp index 599a264..976b039 100644 --- a/src/tests/formula.cpp +++ b/src/tests/formula.cpp @@ -6,7 +6,7 @@ int main( int argc, char *argv[] ) Formula f; double dOut = f.run( argv[1] ); - printf("Final: %f\n", dOut ); + printf("%s = %f\n", argv[1], dOut ); return 0; } -- cgit v1.2.3