readme

来自「seismic software,very useful」· 代码 · 共 35 行

TXT
35
字号
This is the top level of the CWP programming environment.This code should port to any ANSI C conforming UNIX environmentwithout change.A CWP directory directory typically contains:	/include	the include file(s) for the lib & its Makefile	/lib		the sub functions & their Makefile	/main		general utility mainsEach of these usually has a README with specific information.The second level of the CWP programming environment is containedin the .../par directory.  It provides getpar parameter passing,error reporting routines and analogs of system routines that checkfor errors.The third level of the CWP programming environment are applicationssuch as X routines, SU segy processing and so on.----The file DOC.cwplib contains the header notes and other informationabout the .../cwp/lib routines.  Caveat: it may get out of date, soalso check the header notes of specific routines that interest you.INSTALLATION INSTRUCTIONS:If necessary, change the ROOT directory in the Makefile in thisdirectory (the default is /usr/local/cwp).  Create the neededsubdirectories:	ROOT/include	ROOT/lib	ROOT/binAfter installation, if the ROOT was changed and you expect tomake changes/additions, update the Makefiles in the subdirectories.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?