aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/util.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-17 04:36:54 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-17 04:36:54 +0000
commit3eb7ec9a67e867275b862f9947deafe387012819 (patch)
tree6fd9d9f37721cdd28197ee5c54a3546060bd58af /externals/grill/vasp/source/util.cpp
parentbc6f43fbe1b22b1c2c63a32372126e0eaaaa08b0 (diff)
""
svn path=/trunk/; revision=476
Diffstat (limited to 'externals/grill/vasp/source/util.cpp')
-rw-r--r--externals/grill/vasp/source/util.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/vasp/source/util.cpp b/externals/grill/vasp/source/util.cpp
index 417b74c2..0b1050c1 100644
--- a/externals/grill/vasp/source/util.cpp
+++ b/externals/grill/vasp/source/util.cpp
@@ -12,6 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "util.h"
#include <math.h>
+/*
R arg(R re,R im)
{
if(re)
@@ -20,4 +21,4 @@ R arg(R re,R im)
if(im || re) return im > 0?PI/2:-PI/2;
else return 0;
}
-
+*/