You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/main/CMS2D_main.f90
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ character(len=20) function Int2Str(k)
48
48
!NOTE: Change variables below to update CMS header information
49
49
version =5.4! CMS version !For interim version
50
50
revision =4! Revision number
51
-
bugfix =2! Bugfix number
52
-
rdate ='04/09/2025'
51
+
bugfix =3! Bugfix number
52
+
rdate ='04/21/2025'
53
53
54
54
!Manipulate to get major and minor versions - MEB 09/15/20
55
55
call split_real_to_integers (version, 2, major_version, minor_version) !Convert version to two integer portions before and after the decimal considering 2 digits of precision.
0 commit comments