📄 dataformat_defs
字号:
## portion of a Makefile to define the macros that contain# the names of header file with the QMG data formats.#QBREP_H = $(QNAMESP_H) $(QPATCHMATH_H) $(QPOINT_H) $(DATAFORMATSRC)qbrep.hQSIMPCOMP_H = $(QBREP_H) $(DATAFORMATSRC)qsimpcomp.hQBREP_CONSTR_H = $(QBREP_H) $(DATAFORMATSRC)qbrep_constr.hDATAFORMATOB = $(OBDIR)qbrep.$(OB) $(OBDIR)qsimpcomp.$(OB) \ $(OBDIR)qbrep_constr.$(OB)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -