~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to vendor/StdHEP/src/inc/stdver.h

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*   stdhep version common block */
 
2
extern struct stdver {
 
3
char stdhep_ver[10];      /* stdhep version numver */
 
4
char stdhep_date[20];     /* date of this stdhep version */
 
5
} stdver_;