Skip to content

Commit

Permalink
Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
njansson committed Oct 30, 2024
1 parent 512ec9d commit 5427000
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions patches/json-fortran71.patch
Original file line number Diff line number Diff line change
@@ -1,39 +1,8 @@
diff --git a/patches/json-fortran71.patch b/patches/json-fortran71.patch
index 6f79fc76793..e69de29bb2d 100644
--- a/patches/json-fortran71.patch
+++ b/patches/json-fortran71.patch
@@ -1,26 +0,0 @@
-diff --git a/src/simulation_components/probes.F90 b/src/simulation_components/probes.F90
-index 3ad6a6c6cf..be6c1a86c9 100644
---- a/src/simulation_components/probes.F90
-+++ b/src/simulation_components/probes.F90
-@@ -193,7 +193,7 @@ contains
- call this%read_point_zone(json_point, case%fluid%dm_Xh)
-
- case ('none')
-- call json_point%print()
-+! call json_point%print()
- call neko_error('No point type specified.')
- case default
- call neko_error('Unknown region type ' // point_type)
-diff --git a/src/source_terms/brinkman_source_term.f90 b/src/source_terms/brinkman_source_term.f90
-index 6f24167f44..df8249dccc 100644
---- a/src/source_terms/brinkman_source_term.f90
-+++ b/src/source_terms/brinkman_source_term.f90
-@@ -155,7 +155,7 @@ contains
- call this%init_point_zone(object_settings)
-
- case ('none')
-- call object_settings%print()
-+! call object_settings%print()
- call neko_error('Brinkman source term objects require a region type')
- case default
- call neko_error('Brinkman source term unknown region type')
diff --git a/src/common/json_utils.f90 b/src/common/json_utils.f90
index 743039424ef..5f0adc8719a 100644
index 09b4a2dca19..3de6a7e2c43 100644
--- a/src/common/json_utils.f90
+++ b/src/common/json_utils.f90
@@ -266,7 +266,7 @@ contains
@@ -267,7 +267,7 @@ contains
end if

call output%initialize()
Expand Down

0 comments on commit 5427000

Please sign in to comment.