Ignore:
Timestamp:
07/29/10 18:05:26 (14 years ago)
Author:
Malte Marquarding
Message:

Created branch to test alma merge back into trunk

Location:
branches/mergetest
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/mergetest/src/STMath.cpp

    r1689 r1777  
    4444#include <scimath/Functionals/Polynomial.h>
    4545
     46#include <casa/Logging/LogIO.h>
     47
    4648#include "MathUtils.h"
    4749#include "RowAccumulator.h"
     
    7476                    "Use merge first."));
    7577  WeightType wtype = stringToWeight(weight);
     78  LogIO os( LogOrigin( "STMath", "average()", WHERE ) ) ;
     79  os << "test" << LogIO::POST ;
    7680
    7781  // output
Note: See TracChangeset for help on using the changeset viewer.