#include "implicit_f.inc"
Go to the source code of this file.
◆ hm_option_start()
| subroutine hm_option_start |
( |
character*(*), intent(in) | entity_type | ) |
|
Definition at line 252 of file hm_option_start.F.
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
287
288
289
290#include "implicit_f.inc"
291
292
293
294
295 CHARACTER*(*),INTENT(IN)::ENTITY_TYPE
296
297 CALL cpp_option_start(entity_type(1:len_trim(entity_type)),len_trim(entity_type))
298 RETURN
299
◆ hm_option_start_list()
| subroutine hm_option_start_list |
( |
character*(*), intent(in) | entity_type | ) |
|
Definition at line 313 of file hm_option_start.F.
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
349
350
351
352#include "implicit_f.inc"
353
354
355
356
357 CHARACTER*(*),INTENT(IN)::ENTITY_TYPE
358
359 CALL cpp_option_start_list(entity_type(1:len_trim(entity_type)),len_trim(entity_type))
360 RETURN
361