CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
general data for ms2 structure (geometry) More...
#include <ms2data_struct.h>
Public Attributes | |
MS2_Ref | RefVal |
reference values | |
int | SymmOpt |
symmetry ( see MS2SymmOpt ) | |
int | OutOpt |
output type ( see MS2OutOpt ) | |
int | AutoInpFileName |
(0,1) automatic output file name [.inp] based on ms2 file name | |
std::string | InpFileName |
output [*.inp] file name | |
general data for ms2 structure (geometry)
Definition at line 310 of file ms2data_struct.h.
int MS2_General::AutoInpFileName |
(0,1) automatic output file name [.inp] based on ms2 file name
Definition at line 315 of file ms2data_struct.h.
Referenced by MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
std::string MS2_General::InpFileName |
output [*.inp] file name
Definition at line 316 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
int MS2_General::OutOpt |
output type ( see MS2OutOpt )
Definition at line 314 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
MS2_Ref MS2_General::RefVal |
reference values
Definition at line 312 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().
int MS2_General::SymmOpt |
symmetry ( see MS2SymmOpt )
Definition at line 313 of file ms2data_struct.h.
Referenced by MS2_Data::ClearGeneral(), MS2_Data::Read(), MS2_Data::SetDefaults(), and MS2_Data::WriteGeneral().