Show
Ignore:
Timestamp:
10/19/09 22:24:45 (15 years ago)
Author:
smidl
Message:

Compilation and minor extensions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.cpp

    r637 r665  
    8282 
    8383//      bdm_assert_debug ( ( ( -nkG - nkW ) > -Inf ) && ( ( -nkG - nkW ) < Inf ), "ARX improper" ); 
    84 if (-nkG - nkW==Inf){ 
    85         cout << "??" <<endl; 
    86 } 
     84        if (-nkG - nkW==Inf){ 
     85                cout << "??" <<endl; 
     86        } 
    8787        return -nkG - nkW; 
    8888}