Skip to content

Commit 7a0e55c

Browse files
authored
Merge pull request #275 from trontrytel/new_names
New names
2 parents 659d000 + 838be9c commit 7a0e55c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+123
-19
lines changed

.travis_scripts/icicle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cd ../../..
3434

3535
## icicle
3636
if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo $apt_get_install libboost-program-options-dev; fi
37-
cd libcloudphxx/tests/paper_GMD_2015
37+
cd libcloudphxx/tests/2D_cloud
3838
mkdir -p build
3939
cd build
4040
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cmake .. -DBOOST_ROOT=/usr/local; fi
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ if (NOT libcloudphxx_LIBRARIES)
2020
endif()
2121

2222
add_subdirectory(src)
23-
add_subdirectory(tests)
23+
add_subdirectory(paper_GMD_2015)
24+
add_subdirectory(thesis_2017)

tests/paper_GMD_2015/tests/CMakeLists.txt renamed to tests/2D_cloud/paper_GMD_2015/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
22
add_subdirectory(fig_a)
33
add_subdirectory(fig_b)
44
add_subdirectory(fig_c)
5-
add_subdirectory(chem_sandbox)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/paper_GMD_2015/tests/fig_a/plot_blk_1m.cpp renamed to tests/2D_cloud/paper_GMD_2015/fig_a/plot_blk_1m.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ int main(int ac, char** av)
88
if (ac != 2) error_macro("expecting 1 argument: CMAKE_BINARY_DIR")
99

1010
std::string
11-
dir = string(av[1]) + "/tests/fig_a/",
11+
dir = string(av[1]) + "/paper_GMD_2015/fig_a/",
1212
h5 = dir + "out_blk_1m";
1313

1414
auto n = h5n(h5);

0 commit comments

Comments
 (0)