#ifndef _PROB_H_
#define _PROB_H_

#include "logval.h"

typedef LogVal<double> prob_t;

#endif