Ignore:
Timestamp:
10/24/16 16:16:40 (8 years ago)
Author:
mhnguyen
Message:

Minor improvements:

+) Change some type of variable to avoid some error-prone inputs
+) Change some class name to make it meaningful

Test
+) On Curie
+) Okie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp

    r979 r980  
    2121 
    2222/*! 
    23   \class CScalarAlgorithmReduceScalar 
     23  \class CScalarAlgorithmReduceAxis 
    2424  Reducing an axis to a scalar 
    2525*/ 
    26 class CScalarAlgorithmReduceScalar : public CScalarAlgorithmTransformation 
     26class CScalarAlgorithmReduceAxis : public CScalarAlgorithmTransformation 
    2727{ 
    2828public: 
    29   CScalarAlgorithmReduceScalar(CScalar* scalarDestination, CAxis* axisSource, CReduceAxisToScalar* algo); 
     29  CScalarAlgorithmReduceAxis(CScalar* scalarDestination, CAxis* axisSource, CReduceAxisToScalar* algo); 
    3030 
    3131  virtual void apply(const std::vector<std::pair<int,double> >& localIndex, 
     
    3737  virtual void updateData(CArray<double,1>& dataOut); 
    3838   
    39   virtual ~CScalarAlgorithmReduceScalar(); 
     39  virtual ~CScalarAlgorithmReduceAxis(); 
    4040 
    4141  static bool registerTrans(); 
Note: See TracChangeset for help on using the changeset viewer.