Line data Source code
1 : /** 2 : Bojan Nikolic <bojan@bnikolic.co.uk> 3 : Initial version 2009 4 : 5 : This file is part of BNMin1 and is licensed under GNU General 6 : Public License version 2 7 : 8 : \file nestederr.cxx 9 : Renamed to nestederr.cc 2023 10 : 11 : 12 : */ 13 : 14 : #include "nestederr.h" 15 : 16 : namespace Minim { 17 : 18 0 : NestedSmallStart::NestedSmallStart(const std::list<MCPoint> & /*ss*/): 19 0 : BaseErr("Number of points in the starting set is less than two") 20 : { 21 0 : } 22 : 23 : 24 : } 25 : 26 :