# # ChangeLog for XIOS/trunk/src/node/reduce_axis_to_scalar.cpp # # Generated by Trac 1.0.1 # 05/29/24 19:41:24 Tue, 05 Jul 2016 13:59:23 GMT mhnguyen [891] * XIOS/trunk/src/generate_fortran_interface.cpp (modified) * XIOS/trunk/src/interface/c/icreduce_axis_to_scalar.cpp (added) * XIOS/trunk/src/interface/c/icscalar.cpp (added) * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfield_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfieldgroup_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfile_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfilegroup_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icinterpolate_axis_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icinterpolate_domain_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icreduce_axis_to_scalar_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icscalar_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icscalargroup_attr.cpp (added) * XIOS/trunk/src/interface/fortran/ireduce_axis_to_scalar.F90 (added) * XIOS/trunk/src/interface/fortran/iscalar.F90 (added) * XIOS/trunk/src/interface/fortran/ixios.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/interface/fortran/reduce_axis_to_scalar_interface.f90 (added) * XIOS/trunk/src/interface/fortran/scalar_interface.f90 (added) * XIOS/trunk/src/interface/fortran/scalargroup_interface.f90 (added) * XIOS/trunk/src/interface/fortran_attr/field_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/fieldgroup_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/file_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/filegroup_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifield_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifieldgroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifile_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifilegroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iinterpolate_axis_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iinterpolate_domain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/interpolate_axis_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/interpolate_domain_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ireduce_axis_to_scalar_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/iscalar_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/iscalargroup_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/reduce_axis_to_scalar_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/scalar_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/scalargroup_interface_attr.F90 (added) * XIOS/trunk/src/node/reduce_axis_to_scalar.cpp (modified) Adding Fortran interface for reduce_axis_to_scalar Test +) On Curie ... Tue, 05 Jul 2016 13:59:10 GMT mhnguyen [888] * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/reduce_axis_to_scalar_attribute.conf (added) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/reduce_axis_to_scalar.cpp (added) * XIOS/trunk/src/node/reduce_axis_to_scalar.hpp (added) * XIOS/trunk/src/node/scalar.cpp (modified) * XIOS/trunk/src/node/scalar.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/transformation/Functions (added) * XIOS/trunk/src/transformation/Functions/max.cpp (added) * XIOS/trunk/src/transformation/Functions/max.hpp (added) * XIOS/trunk/src/transformation/Functions/min.cpp (added) * XIOS/trunk/src/transformation/Functions/min.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction.cpp (added) * XIOS/trunk/src/transformation/Functions/reduction.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction_types.hpp (added) * XIOS/trunk/src/transformation/Functions/sum.cpp (added) * XIOS/trunk/src/transformation/Functions/sum.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding new transformation for scalar: Reducing an axis to a scalar +) ...