mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 05:40:26 +08:00
10 lines
217 B
C++
10 lines
217 B
C++
// $Id: searchStatus.cpp 962 2006-11-07 15:13:34Z privmane $
|
|
|
|
#include "searchStatus.h"
|
|
|
|
searchStatus::searchStatus(const MDOUBLE startingTmp,const MDOUBLE factor ):
|
|
_currentTmp(startingTmp),
|
|
_factor(factor) {}
|
|
|
|
|