Skip to content

Commit ea735f4

Browse files
committed
Simplified mppl macros.
1 parent 74b01ad commit ea735f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dimvars

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
define([Com_Dim_Vars],[ifelse([$*],,[Dim],[Dim([$*])])])
3-
define([Grd_Dim_Vars],[ifelse([$*],,[Dimflxgrd],[Dimflxgrd([$*])])])
2+
define Com_Dim_Vars Dim
3+
define Grd_Dim_Vars Dimflxgrd

0 commit comments

Comments
 (0)