Skip to content

Commit 9e94aab

Browse files
committed
linear typo
1 parent d86ea08 commit 9e94aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.19)
2-
project(polyMPO VERSION 0.0.4 LANGUAGES CXX Fortran)
2+
project(polyMPO VERSION 0.0.5 LANGUAGES CXX Fortran)
33

44
include(cmake/bob.cmake)
55
bob_begin_package()

test/testFortranMPReconstruction.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ program main
127127
call polympo_applyReconstruction(mpMesh)
128128
call polympo_getMeshVtxMass(mpMesh,nVertices,c_loc(meshVtxMass1))
129129
do i = 1, nVertices
130-
call assert(meshVtxMass1(i) < TEST_VAL+TOLERANCE1 .and. meshVtxMass1(i) > TEST_VAL-TOLERANCE1, "Error: wrong vtx mass lINEAR")
130+
call assert(meshVtxMass1(i) < TEST_VAL+TOLERANCE1 .and. meshVtxMass1(i) > TEST_VAL-TOLERANCE1, "Error: wrong vtx mass LINEAR")
131131
end do
132132

133133

0 commit comments

Comments
 (0)