1 // $Id: ui_warnings.cpp,v 1.3 2011/03/08 19:22:01 bobgian Exp $ 2 3 /* 4 Copyright 2002 Mary Kuhner, Jon Yamato, and Joseph Felsenstein 5 6 This software is distributed free of charge for non-commercial use 7 and is copyrighted. Of course, we do not guarantee that the software 8 works, and are not responsible for any damage you may cause or have. 9 */ 10 11 #include "ui_warnings.h" 12 #include <string> 13 14 using std::string; 15 16 const string uiwarn::calcFST_0 = "Warning: calculating FST estimates for "; 17 const string uiwarn::calcFST_1 = "and their reciprocal rates is impossible due to the data for the populations involved. " 18 "If the FST method is invoked to obtain starting values for those parameters, defaults will be used instead."; 19 20 //____________________________________________________________________________________ 21