#ifndef PROB_H_
#define PROB_H_

#include "logval.h"

typedef LogVal<double> prob_t;

#endif