@@ -166,7 +166,7 @@ subroutine test_surface_functions(grid_size, mep, asc_Ag, asc_B3g, asc_neq_B3g,
166
166
do ipoint = 1 , grid_size
167
167
if (.not. check(ipoint)) then
168
168
write (error_unit, * ) ' Error in MEP, please file an issue on: https://github.com/PCMSolver/pcmsolver'
169
- stop - 1
169
+ stop
170
170
end if
171
171
end do
172
172
write (output_unit, * ) ' Test on MEP: PASSED'
@@ -175,7 +175,7 @@ subroutine test_surface_functions(grid_size, mep, asc_Ag, asc_B3g, asc_neq_B3g,
175
175
do ipoint = 1 , grid_size
176
176
if (.not. check(ipoint)) then
177
177
write (error_unit, * ) ' Error in ASC Ag, please file an issue on: https://github.com/PCMSolver/pcmsolver'
178
- stop - 1
178
+ stop
179
179
end if
180
180
end do
181
181
write (output_unit, * ) ' Test on ASC in Ag symmetry: PASSED'
@@ -184,7 +184,7 @@ subroutine test_surface_functions(grid_size, mep, asc_Ag, asc_B3g, asc_neq_B3g,
184
184
do ipoint = 1 , grid_size
185
185
if (.not. check(ipoint)) then
186
186
write (error_unit, * ) ' Error in ASC B3g, please file an issue on: https://github.com/PCMSolver/pcmsolver'
187
- stop - 1
187
+ stop
188
188
end if
189
189
end do
190
190
write (output_unit, * ) ' Test on ASC in B3g symmetry: PASSED'
@@ -193,7 +193,7 @@ subroutine test_surface_functions(grid_size, mep, asc_Ag, asc_B3g, asc_neq_B3g,
193
193
do ipoint = 1 , grid_size
194
194
if (.not. check(ipoint)) then
195
195
write (error_unit, * ) ' Error in nonequilibrium ASC B3g, please file an issue on: https://github.com/PCMSolver/pcmsolver'
196
- stop - 1
196
+ stop
197
197
end if
198
198
end do
199
199
write (output_unit, * ) ' Test on nonequilibrium ASC in B3g symmetry: PASSED'
@@ -202,7 +202,7 @@ subroutine test_surface_functions(grid_size, mep, asc_Ag, asc_B3g, asc_neq_B3g,
202
202
do ipoint = 1 , grid_size
203
203
if (.not. check(ipoint)) then
204
204
write (error_unit, * ) ' Error in finite elements areas, please file an issue on: https://github.com/PCMSolver/pcmsolver'
205
- stop - 1
205
+ stop
206
206
end if
207
207
end do
208
208
write (output_unit, * ) ' Test on finite elements areas: PASSED'
0 commit comments