Private Member Functions | |
subroutine | results_addattribute_real (attrLabel, attrValue, path) |
adds a real attribute an object in the results file More... | |
subroutine | results_addattribute_int (attrLabel, attrValue, path) |
adds an integer attribute an object in the results file More... | |
subroutine | results_addattribute_str (attrLabel, attrValue, path) |
adds a string attribute to an object in the results file More... | |
subroutine | results_addattribute_int_array (attrLabel, attrValue, path) |
adds an integer array attribute an object in the results file More... | |
subroutine | results_addattribute_real_array (attrLabel, attrValue, path) |
adds a real array attribute an object in the results file More... | |
Definition at line 8804 of file DAMASK_marc.f90.
|
private |
adds an integer attribute an object in the results file
Definition at line 8973 of file DAMASK_marc.f90.
|
private |
adds an integer array attribute an object in the results file
Definition at line 9009 of file DAMASK_marc.f90.
|
private |
adds a real attribute an object in the results file
Definition at line 8991 of file DAMASK_marc.f90.
|
private |
adds a real array attribute an object in the results file
Definition at line 9027 of file DAMASK_marc.f90.
|
private |
adds a string attribute to an object in the results file
Definition at line 8956 of file DAMASK_marc.f90.