Skip to content

Commit

Permalink
add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbai90 committed Nov 3, 2019
1 parent 73248a3 commit 13bf4fe
Show file tree
Hide file tree
Showing 14 changed files with 19,766 additions and 69,564 deletions.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"configurationProvider": "vector-of-bool.cmake-tools"
}
],
"version": 4
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"*.tcc": "cpp",
"string": "cpp",
"iostream": "cpp",
"chrono": "cpp"
"chrono": "cpp",
"ostream": "cpp"
}
}
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -Wall -Wextra -Werror")
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp -O3 -march=native")


set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin")
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")


Expand All @@ -43,7 +43,7 @@ set(SRC ${SRC} src/GeoReader/RunJobForCircle.cpp)
set(SRC ${SRC} src/GeoReader/ReadGeoFile.cpp)


add_executable(np2m ${SRC} ${INC})
add_executable(np2m-dev ${SRC} ${INC})



495 changes: 0 additions & 495 deletions circle20.geo

This file was deleted.

510 changes: 0 additions & 510 deletions newcircle20.geo

This file was deleted.

Loading

0 comments on commit 13bf4fe

Please sign in to comment.