@@ -297,7 +297,7 @@ contains
297297 @:analytical()
298298
299299 ! check if this should load a hardcoded patch
300- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
300+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
301301 @:Hardcoded1D()
302302 end if
303303
@@ -367,7 +367,7 @@ contains
367367 eta, q_prim_vf, patch_id_fp)
368368
369369 @:analytical()
370- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
370+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
371371 @:Hardcoded2D()
372372 end if
373373
@@ -457,7 +457,7 @@ contains
457457 eta, q_prim_vf, patch_id_fp)
458458
459459 @:analytical()
460- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
460+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
461461 @:Hardcoded2D()
462462 end if
463463
@@ -852,7 +852,7 @@ contains
852852 eta, q_prim_vf, patch_id_fp)
853853
854854 @:analytical()
855- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
855+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
856856 @:Hardcoded2D()
857857 end if
858858
@@ -921,7 +921,7 @@ contains
921921 eta, q_prim_vf, patch_id_fp)
922922
923923 @:analytical()
924- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
924+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
925925 @:Hardcoded3D()
926926 end if
927927
@@ -998,7 +998,7 @@ contains
998998 eta, q_prim_vf, patch_id_fp)
999999
10001000 @:analytical()
1001- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1001+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
10021002 @:Hardcoded2D()
10031003 end if
10041004
@@ -1084,7 +1084,7 @@ contains
10841084 eta, q_prim_vf, patch_id_fp)
10851085
10861086 @:analytical()
1087- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1087+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
10881088 @:Hardcoded3D()
10891089 end if
10901090
@@ -1174,7 +1174,7 @@ contains
11741174
11751175 @:analytical()
11761176
1177- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1177+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
11781178 @:Hardcoded2D()
11791179 end if
11801180
@@ -1257,7 +1257,7 @@ contains
12571257 eta, q_prim_vf, patch_id_fp)
12581258
12591259 @:analytical()
1260- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1260+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
12611261 @:Hardcoded3D()
12621262 end if
12631263
@@ -1333,7 +1333,7 @@ contains
13331333 eta, q_prim_vf, patch_id_fp)
13341334
13351335 @:analytical()
1336- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1336+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
13371337 @:Hardcoded2D()
13381338 end if
13391339
@@ -1368,7 +1368,7 @@ contains
13681368 & `patch_icpp(patch_id)%geometry: 1` instead"
13691369
13701370 call s_line_segment(patch_id, patch_id_fp, q_prim_vf)
1371-
1371+
13721372 end subroutine s_1D_analytical
13731373
13741374 !! @param patch_id is the patch identifier
@@ -1422,7 +1422,7 @@ contains
14221422 eta, q_prim_vf, patch_id_fp)
14231423
14241424 @:analytical()
1425- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1425+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
14261426 @:Hardcoded1D()
14271427 end if
14281428
@@ -1442,7 +1442,7 @@ contains
14421442 integer , dimension (0 :m, 0 :n, 0 :p), intent (inout ) :: patch_id_fp
14431443 type(scalar_field), dimension (1 :sys_size), intent (inout ) :: q_prim_vf
14441444
1445- print * , " WARNING :: The use of the 2D analytical patch geometry has &
1445+ print * , " WARNING :: The use of the 2D analytical patch geometry has &
14461446 & been depricated and will be removed in a future release. Use &
14471447 & `patch_icpp(patch_id)%geometry: 3` instead"
14481448
@@ -1461,7 +1461,7 @@ contains
14611461 integer , dimension (0 :m, 0 :n, 0 :p), intent (inout ) :: patch_id_fp
14621462 type(scalar_field), dimension (1 :sys_size), intent (inout ) :: q_prim_vf
14631463
1464- print * , " WARNING :: The use of the 3D analytical patch geometry has &
1464+ print * , " WARNING :: The use of the 3D analytical patch geometry has &
14651465 & been depricated and will be removed in a future release. Use &
14661466 & `patch_icpp(patch_id)%geometry: 3` instead"
14671467
@@ -1700,7 +1700,7 @@ contains
17001700 eta, q_prim_vf, patch_id_fp)
17011701
17021702 @:analytical()
1703- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1703+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
17041704 @:Hardcoded3D()
17051705 end if
17061706
@@ -1799,7 +1799,7 @@ contains
17991799 eta, q_prim_vf, patch_id_fp)
18001800
18011801 @:analytical()
1802- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1802+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
18031803 @:Hardcoded3D()
18041804 end if
18051805
@@ -1959,7 +1959,7 @@ contains
19591959 eta, q_prim_vf, patch_id_fp)
19601960
19611961 @:analytical()
1962- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
1962+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
19631963 @:Hardcoded3D()
19641964 end if
19651965
@@ -2047,7 +2047,7 @@ contains
20472047 eta, q_prim_vf, patch_id_fp)
20482048
20492049 @:analytical()
2050- if (patch_icpp(patch_id)%hcid .ne. dflt_int) then
2050+ if (patch_icpp(patch_id)%hcid /= dflt_int) then
20512051 @:Hardcoded3D()
20522052 end if
20532053
0 commit comments