rename yindex.* -> yrange.*
This commit is contained in:
parent
9543342db4
commit
3764f865e9
5 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "ranges/index_base.h"
|
||||
#include "ranges/xfor/xfor.h"
|
||||
#include "ranges/xindex.h"
|
||||
#include "ranges/yindex.h"
|
||||
#include "ranges/yrange.h"
|
||||
|
||||
namespace CNORXZ
|
||||
{
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
//#include "subrange.h"
|
||||
//#include "value_range.h"
|
||||
#include "xindex.h"
|
||||
#include "yindex.h"
|
||||
#include "yrange.h"
|
||||
|
||||
#include "ranges.cc.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#ifndef __cxz_yindex_h__
|
||||
#define __cxz_yindex_h__
|
||||
#ifndef __cxz_yrange_h__
|
||||
#define __cxz_yrange_h__
|
||||
|
||||
#include "base/base.h"
|
||||
#include "range_base.h"
|
|
@ -3,7 +3,7 @@ set(libcnorxz_a_SOURCES
|
|||
${CMAKE_SOURCE_DIR}/src/lib/base/to_string.cc
|
||||
${CMAKE_SOURCE_DIR}/src/lib/memory/memcount.cc
|
||||
${CMAKE_SOURCE_DIR}/src/lib/ranges/range_base.cc
|
||||
${CMAKE_SOURCE_DIR}/src/lib/ranges/yindex.cc
|
||||
${CMAKE_SOURCE_DIR}/src/lib/ranges/yrange.cc
|
||||
${CMAKE_SOURCE_DIR}/src/lib/ranges/crange.cc
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue