ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/DataStruct/interface/WeightStruct.h
Revision: 1.3
Committed: Fri Jun 22 03:10:41 2012 UTC (12 years, 10 months ago) by khahn
Content type: text/plain
Branch: MAIN
CVS Tags: compiled, HEAD
Changes since 1.2: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef WEIGHT_STRUCT
2 #define WEIGHT_STRUCT
3
4 #define VARLIST_WEIGHTS "w/D:woff/D:won/D:werroff/D:werron/D:npuw/D:npu/I"
5
6 typedef struct {
7 double w, woff, won, werroff, werron;
8 double npuw;
9 unsigned npu;
10 } WeightStruct;
11
12 #endif