Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > MeasVMS_impls > MeasVMS__MC_shared_impl
changeset 2:a99b99c2b814
minor chgs in measurement stuff
| author | Me |
|---|---|
| date | Sat, 16 Oct 2010 04:12:28 -0700 |
| parents | bfa2fe3552e4 |
| children | 405a1b793325 |
| files | MeasVMS.h MeasVMS_lib.c |
| diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/MeasVMS.h Sat Sep 11 04:49:31 2010 -0700 1.2 +++ b/MeasVMS.h Sat Oct 16 04:12:28 2010 -0700 1.3 @@ -64,6 +64,9 @@ 1.4 } 1.5 HistCarrier; 1.6 1.7 + 1.8 +//=========================================================================== 1.9 + 1.10 //=========================================================================== 1.11 1.12 void
2.1 --- a/MeasVMS_lib.c Sat Sep 11 04:49:31 2010 -0700 2.2 +++ b/MeasVMS_lib.c Sat Oct 16 04:12:28 2010 -0700 2.3 @@ -66,8 +66,8 @@ 2.4 //============================= MEASUREMENT STUFF ======================== 2.5 HistCarrier *histCarrier = (HistCarrier *)initData; 2.6 2.7 - semEnv->addrOfSuspHist = histCarrier->suspHist; 2.8 - semEnv->addrOfMasterHist = histCarrier->masterHist; 2.9 + semEnv->addrOfSuspHist = &(histCarrier->suspHist); 2.10 + semEnv->addrOfMasterHist = &(histCarrier->masterHist); 2.11 //======================================================================== 2.12 2.13
