|
NAMEelpa_store_settings - stores the setting of an elpa object SYNOPSISFORTRAN INTERFACEuse elpa
call elpa%store_settings (filename, error)
C INTERFACE#include <elpa/elpa.h>
void elpa_store_settings(elpa_t handle, const
char *filename, int *error):
DESCRIPTIONStores all the settings of an ELPA object in a human readable form to a file specified via the filename parameter. The settings can later be restored with the elpa_load_settings(3) method. SEE ALSOelpa_load_setting(3)
|