aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/opparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/opparam.h')
-rw-r--r--externals/grill/vasp/source/opparam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/vasp/source/opparam.h b/externals/grill/vasp/source/opparam.h
index 473b76c4..1c0193d4 100644
--- a/externals/grill/vasp/source/opparam.h
+++ b/externals/grill/vasp/source/opparam.h
@@ -83,9 +83,9 @@ public:
Arg &SetV(S *r,I rs,S *i = NULL,I is = 0);
Arg &SetE(const Env *bp);
- typedef struct env_t { const Env *env; };
- typedef struct v_t { S *rdt,*idt; I rs,is; };
- typedef struct x_t { R r,i; };
+ struct env_t { const Env *env; };
+ struct v_t { S *rdt,*idt; I rs,is; };
+ struct x_t { R r,i; };
enum { arg_ = 0,arg_x,arg_v,arg_env } argtp;
union {