module opt_com_mod_sext use bmadz_struct use zquad_lens_mod use constraints_mod use nonlin_mod type (indep_var_struct), save :: sext_var_o type (lat_struct), save :: lat_o type (constraint_struct), save :: sp_o type (nonlin_ele_struct), save :: nonlin_o type (moment_struct), save :: moment_o end module