diff options
author | joye <joye> | 2013-08-29 15:20:00 (GMT) |
---|---|---|
committer | joye <joye> | 2013-08-29 15:20:00 (GMT) |
commit | 12f843a00dd408f4181ae98cd91f137a10395efc (patch) | |
tree | 3761b659e20b96afefedf148d4ea77843a167e53 /src | |
parent | 2f8af562fa845d6cab155d0381826ffd2ba5f49a (diff) | |
download | blt-12f843a00dd408f4181ae98cd91f137a10395efc.zip blt-12f843a00dd408f4181ae98cd91f137a10395efc.tar.gz blt-12f843a00dd408f4181ae98cd91f137a10395efc.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltVecMath.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltVecMath.C b/src/bltVecMath.C index abc6812..38fd81b 100644 --- a/src/bltVecMath.C +++ b/src/bltVecMath.C @@ -52,7 +52,7 @@ typedef double (ScalarProc)(Vector *vPtr); /* * Built-in math functions: */ -typedef int (GenericMathProc) _ANSI_ARGS_(ANYARGS); +typedef int (GenericMathProc) (); /* * MathFunction -- |