Commit 283fe20
committed
Update strings.f90
Update str_split. Correcting logic that was causing crashes with Intel compilers.
The function will now append a delimiter to the end of the input string prior to work to get the column string. This is done because the logic of finding the column is based on a right-justified delimiter.1 parent 92d8cf5 commit 283fe20
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | | - | |
116 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
| 123 | + | |
119 | 124 | | |
120 | | - | |
121 | | - | |
122 | 125 | | |
123 | | - | |
124 | | - | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
0 commit comments