Skip to content

Commit 5257139

Browse files
fix: correct HardcodedDellacation -> HardcodedDeallocation typo
1 parent 90755b3 commit 5257139

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/common/include/ExtrusionHardcodedIC.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
end select
193193
#:enddef
194194

195-
#:def HardcodedDellacation()
195+
#:def HardcodedDeallocation()
196196
if (allocated(stored_values)) then
197197
@:DEALLOCATE(stored_values)
198198
@:DEALLOCATE(x_coords)

src/pre_process/m_icpp_patches.fpp

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ contains
208208
if (1._wp - eta < sgm_eps) patch_id_fp(i, 0, 0) = patch_id
209209
end if
210210
end do
211-
@:HardcodedDellacation()
211+
@:HardcodedDeallocation()
212212
213213
end subroutine s_icpp_line_segment
214214
@@ -272,7 +272,7 @@ contains
272272
end if
273273
end do
274274
end do
275-
@:HardcodedDellacation()
275+
@:HardcodedDeallocation()
276276

277277
end subroutine s_icpp_spiral
278278

@@ -328,7 +328,7 @@ contains
328328
end if
329329
end do
330330
end do
331-
@:HardcodedDellacation()
331+
@:HardcodedDeallocation()
332332
333333
end subroutine s_icpp_circle
334334
@@ -385,7 +385,7 @@ contains
385385
end if
386386
end do
387387
end do
388-
@:HardcodedDellacation()
388+
@:HardcodedDeallocation()
389389

390390
end subroutine s_icpp_varcircle
391391

@@ -448,7 +448,7 @@ contains
448448
end do
449449
end do
450450
end do
451-
@:HardcodedDellacation()
451+
@:HardcodedDeallocation()
452452
453453
end subroutine s_icpp_3dvarcircle
454454
@@ -505,7 +505,7 @@ contains
505505
end if
506506
end do
507507
end do
508-
@:HardcodedDellacation()
508+
@:HardcodedDeallocation()
509509

510510
end subroutine s_icpp_ellipse
511511

@@ -576,7 +576,7 @@ contains
576576
end do
577577
end do
578578
end do
579-
@:HardcodedDellacation()
579+
@:HardcodedDeallocation()
580580
581581
end subroutine s_icpp_ellipsoid
582582
@@ -646,7 +646,7 @@ contains
646646
end if
647647
end do
648648
end do
649-
@:HardcodedDellacation()
649+
@:HardcodedDeallocation()
650650

651651
end subroutine s_icpp_rectangle
652652

@@ -705,7 +705,7 @@ contains
705705
end if
706706
end do
707707
end do
708-
@:HardcodedDellacation()
708+
@:HardcodedDeallocation()
709709

710710
end subroutine s_icpp_sweep_line
711711

@@ -774,7 +774,7 @@ contains
774774
end if
775775
end do
776776
end do
777-
@:HardcodedDellacation()
777+
@:HardcodedDeallocation()
778778
779779
end subroutine s_icpp_2D_TaylorGreen_Vortex
780780
@@ -828,7 +828,7 @@ contains
828828
end if
829829
end if
830830
end do
831-
@:HardcodedDellacation()
831+
@:HardcodedDeallocation()
832832

833833
end subroutine s_icpp_1D_bubble_pulse
834834

@@ -1016,7 +1016,7 @@ contains
10161016
end do
10171017
end do
10181018
end do
1019-
@:HardcodedDellacation()
1019+
@:HardcodedDeallocation()
10201020
10211021
end subroutine s_icpp_sphere
10221022
@@ -1086,7 +1086,7 @@ contains
10861086
end do
10871087
end do
10881088
end do
1089-
@:HardcodedDellacation()
1089+
@:HardcodedDeallocation()
10901090

10911091
end subroutine s_icpp_cuboid
10921092

@@ -1180,7 +1180,7 @@ contains
11801180
end do
11811181
end do
11821182
end do
1183-
@:HardcodedDellacation()
1183+
@:HardcodedDeallocation()
11841184

11851185
end subroutine s_icpp_cylinder
11861186

@@ -1251,7 +1251,7 @@ contains
12511251
end do
12521252
end do
12531253
end do
1254-
@:HardcodedDellacation()
1254+
@:HardcodedDeallocation()
12551255

12561256
end subroutine s_icpp_sweep_plane
12571257

0 commit comments

Comments
 (0)