コード例 #1
0
ファイル: rmaxent.cpp プロジェクト: bpgriner01/maxent
// New model
void new_model() {
    model.clear();
	model = *(new ME_Model());
}