renaming (1/2) PatchTables and StencilTables to PatchTable and StencilTable

this commit just changes filenames (for better diffs)
This commit is contained in:
Takahito Tejima 2015-05-22 10:22:47 -07:00
parent 403268f2aa
commit e6f951c010
8 changed files with 7 additions and 7 deletions

View File

@ -33,10 +33,10 @@ set(SOURCE_FILES
patchBasis.cpp
patchDescriptor.cpp
patchMap.cpp
patchTables.cpp
patchTablesFactory.cpp
patchTable.cpp
patchTableFactory.cpp
ptexIndices.cpp
stencilTablesFactory.cpp
stencilTableFactory.cpp
topologyRefiner.cpp
topologyRefinerFactory.cpp
)
@ -55,11 +55,11 @@ set(PUBLIC_HEADER_FILES
patchDescriptor.h
patchParam.h
patchMap.h
patchTables.h
patchTablesFactory.h
patchTable.h
patchTableFactory.h
ptexIndices.h
stencilTables.h
stencilTablesFactory.h
stencilTable.h
stencilTableFactory.h
topologyLevel.h
topologyRefiner.h
topologyRefinerFactory.h