#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 250 of file hm_option_start.F.
251
252
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
285
286
287
288#include "implicit_f.inc"
289
290
291
292
293 CHARACTER*(*),INTENT(IN)::ENTITY_TYPE
294
295 CALL cpp_option_start(entity_type(1:len_trim(entity_type)),len_trim(entity_type))
296 RETURN
297
◆ hm_option_start_list()
| subroutine hm_option_start_list |
( |
character*(*), intent(in) | entity_type | ) |
|
Definition at line 311 of file hm_option_start.F.
312
313
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
347
348
349
350#include "implicit_f.inc"
351
352
353
354
355 CHARACTER*(*),INTENT(IN)::ENTITY_TYPE
356
357 CALL cpp_option_start_list(entity_type(1:len_trim(entity_type)),len_trim(entity_type))
358 RETURN
359