bpp-phyl3 3.0.0
WeightedSubstitutionCount.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: The Bio++ Development Group
2//
3// SPDX-License-Identifier: CECILL-2.1
4
6
7using namespace bpp;
8
9void AbstractWeightedSubstitutionCount::setWeights(std::shared_ptr<const AlphabetIndex2> weights)
10{
11 weights_ = weights;
13}
std::shared_ptr< const AlphabetIndex2 > weights_
Defines the basic types of data flow nodes.