Skip to content

Commit 03e289d

Browse files
committed
Merge branch 'main' of github.com:Chaste/OpenVT
2 parents 3d27dd2 + d6fce85 commit 03e289d

65 files changed

Lines changed: 96 additions & 217 deletions

File tree

Some content is hidden

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

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
**.DS_Store
12
build/
23

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2005-2024, University of Oxford.
1+
# Copyright (c) 2005-2025, University of Oxford.
22
# All rights reserved.
33
#
44
# University of Oxford means the Chancellor, Masters and Scholars of the

LICENSE.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
BSD 3-Clause License
2+
3+
Copyright (c) 2025, University of Oxford
4+
5+
University of Oxford means the Chancellor, Masters and Scholars of the
6+
University of Oxford, having an administrative office at Wellington
7+
Square, Oxford OX1 2JD, UK.
8+
9+
This file is part of Chaste.
10+
11+
Redistribution and use in source and binary forms, with or without
12+
modification, are permitted provided that the following conditions are met:
13+
14+
1. Redistributions of source code must retain the above copyright notice, this
15+
list of conditions and the following disclaimer.
16+
17+
2. Redistributions in binary form must reproduce the above copyright notice,
18+
this list of conditions and the following disclaimer in the documentation
19+
and/or other materials provided with the distribution.
20+
21+
3. Neither the name of the copyright holder nor the names of its
22+
contributors may be used to endorse or promote products derived from
23+
this software without specific prior written permission.
24+
25+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The referece models implemtned are
1010
* Test05CellSorting
1111
* Test06Angiogenesis - not yet implemented
1212

13-
To run the tests install the chaste libraries (or setup a Docker container) as in the [Chaste install guides](https://chaste.github.io/docs/installguides/) then checkout this project into the Chaste/projects folder to rin the required test.
13+
To run the tests install the chaste libraries (or setup a Docker container) as in the [Chaste install guides](https://chaste.github.io/docs/installguides/) then checkout this project into the Chaste/projects folder to run the required tests.

apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2005-2024, University of Oxford.
1+
# Copyright (c) 2005-2025, University of Oxford.
22
# All rights reserved.
33
#
44
# University of Oxford means the Chancellor, Masters and Scholars of the

apps/src/ExampleApp_OpenVT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2005-2024, University of Oxford.
3+
Copyright (c) 2005-2025, University of Oxford.
44
All rights reserved.
55
66
University of Oxford means the Chancellor, Masters and Scholars of the

setup_project.py

Lines changed: 0 additions & 156 deletions
This file was deleted.

src/BoundaryCellWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2005-2018, University of Oxford.
3+
Copyright (c) 2005-2025, University of Oxford.
44
All rights reserved.
55
66
University of Oxford means the Chancellor, Masters and Scholars of the

src/BoundaryCellWriter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Copyright (c) 2005-2018, University of Oxford.
3+
Copyright (c) 2005-2025, University of Oxford.
44
All rights reserved.
55
66
University of Oxford means the Chancellor, Masters and Scholars of the

0 commit comments

Comments
 (0)