|
NAMEelpa_load_settings - loads the setting of an elpa object SYNOPSISFORTRAN INTERFACEuse elpa
call elpa%load_settings (filename, error)
C INTERFACE#include <elpa/elpa.h>
void elpa_load_settings(elpa_t handle, const
char *filename, int *error):
DESCRIPTIONLoads all the settings of an previously stored ELPA object from a file specified via the filename parameter. SEE ALSOelpa_store_setting(3)
|