Changeset 211 for bdm/estim/libPF.h

Show
Ignore:
Timestamp:
11/13/08 20:00:53 (16 years ago)
Author:
smidl
Message:

prejmenovani evalpdflog a evalcond

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/estim/libPF.h

    r200 r211  
    9494                vec sample() const {it_error ( "Not implemented" );return 0;} 
    9595 
    96                 double evalpdflog ( const vec &val ) const {it_error ( "not implemented" ); return 0.0;} 
     96                double evallog ( const vec &val ) const {it_error ( "not implemented" ); return 0.0;} 
    9797        }; 
    9898