LCOV - code coverage report
Current view: top level - bnmin1/src - monitor.cc (source / functions) Hit Total Coverage
Test: casacpp_coverage.info Lines: 0 6 0.0 %
Date: 2024-11-06 17:42:47 Functions: 0 2 0.0 %

          Line data    Source code
       1             : /**
       2             :    Bojan Nikolic <bojan@bnikolic.co.uk> 
       3             :    Initial version 2003
       4             : 
       5             :    This file is part of BNMin1 and is licensed under GNU General
       6             :    Public License version 2
       7             : 
       8             :    \file monitor.cxx
       9             :    Renamed to monitor.cc 2023
      10             : 
      11             : */
      12             : 
      13             : #include "monitor.h"
      14             : 
      15             : #include "minim.h"
      16             : #include "minimio.h"
      17             : 
      18             : #include <iostream>
      19             : 
      20             : namespace Minim {
      21             : 
      22             : 
      23           0 :   void ChiSqMonitor::Iter ( Minimiser * m)
      24             :   {
      25           0 :     std::cerr<<"Chi-squared: " << m->ChiSquared() <<std::endl;
      26           0 :   }
      27             : 
      28             :   
      29             : 
      30           0 :   void  ParsMonitor::Iter ( Minimiser * m)
      31             :   {
      32           0 :     PrettyPrint ( *m );
      33           0 :   }
      34             : 
      35             : }
      36             : 
      37             : 
      38             : 

Generated by: LCOV version 1.16