Messtone LLC

CFrameGenerator::UpdateBestResultsGraph()method returns for false meaning that results selection is over`//+—————————–+//| Class for working with optimization results | //+——————————+Class CFrameGenerator{private://—Number of best results int m_best_results_total;//—public://—Update the best results graph bool UpdateBestResultsGraph(void);};//+————————————–+//| Constructor | //+————————+CFrameGenerator::CFrameGrameGraph(void):m_best_results_total(100){ }//+—————————-+//| Update the best results

Leave a comment