Skip to content

Commit ac4b810

Browse files
author
Martin D. Weinberg
committed
Merge branch 'SphericalExact' of github.com:EXP-code/EXP into SphericalExact
2 parents 0e18c88 + 2ca7c27 commit ac4b810

52 files changed

Lines changed: 3609 additions & 1502 deletions

Some content is hidden

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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
build/*
3+
_codeql_build_dir/
34

45
Makefile
56
*.lo
@@ -25,3 +26,5 @@ src/exp
2526
src/user/CylindricalDisk.cc
2627
src/user/EllipsoidForce.cc
2728
src/user/SLSphere.cc
29+
_codeql_build_dir
30+
_codeql_detected_source_root

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25) # Needed for CUDA, MPI, and CTest features
22

33
project(
44
EXP
5-
VERSION "7.10.0"
5+
VERSION "7.10.1"
66
HOMEPAGE_URL https://github.com/EXP-code/EXP
77
LANGUAGES C CXX Fortran)
88

_codeql_detected_source_root

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.

doc/exp.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = EXP
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 7.10.0
51+
PROJECT_NUMBER = 7.10.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/exp.cfg.breathe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = EXP
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 7.10.0
51+
PROJECT_NUMBER = 7.10.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)