diff liboctave/lo-mappers.cc @ 7889:76142609e8d2

Remove some float-functions ambiguities.
author John W. Eaton <jwe@octave.org>
date Fri, 13 Jun 2008 13:55:16 -0400
parents 82be108cc558
children 9f7ce4bf7650
line wrap: on
line diff
--- a/liboctave/lo-mappers.cc	Thu Jun 12 17:02:53 2008 +0200
+++ b/liboctave/lo-mappers.cc	Fri Jun 13 13:55:16 2008 -0400
@@ -402,7 +402,7 @@
 float
 arg (float x)
 {
-  return atan2 (0.0, x);
+  return atan2 (0.0f, x);
 }
 
 float