File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
example_packages/features_demo/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ function get_build_info() result(info)
57
57
info = ' Features: '
58
58
59
59
#ifdef DEBUG
60
- info = trim (info) // ' DEBUG '
60
+ info = trim (info) // ' DEBUG '
61
61
#endif
62
62
#ifdef RELEASE
63
- info = trim (info) // ' RELEASE '
63
+ info = trim (info) // ' RELEASE '
64
64
#endif
65
65
#ifdef USE_MPI
66
- info = trim (info) // ' MPI '
66
+ info = trim (info) // ' MPI '
67
67
#endif
68
68
#ifdef USE_OPENMP
69
- info = trim (info) // ' OPENMP '
69
+ info = trim (info) // ' OPENMP '
70
70
#endif
71
71
72
72
if (len_trim (info) == 10 ) then ! Only "Features: "
@@ -75,4 +75,4 @@ function get_build_info() result(info)
75
75
76
76
end function get_build_info
77
77
78
- end module features_demo
78
+ end module features_demo
You can’t perform that action at this time.
0 commit comments