📄 lev00.comp
字号:
#! /bin/csh ################################################################# set the rout to your parcarp source code to roadset road="~/TOOLS"###### set the rout to your current directory to currset curr = "`pwd`"######################################################################################################################## copying all necessary files ####################################################################################clearif( -e param.inc ) then set copyme = `diff param.inc $road/param.inc|wc -l` if ($copyme != '0') then echo "- param.inc required" cp param.inc $road/param.inc endifelse echo 'FATAL\! param.inc does not exist \!' exit endif##### making logical links for visualisation#if (-e calc_vtk ) rm -f calc_vtk#ln -s $road/calc_vtk .#if (-e vtkInt.tcl ) rm -f vtkInt.tcl#ln -s $road/vtkInt.tcl .##################################################################### compiling lev##########################################################echo " "cd $roadecho "....... Now working directory is `pwd`"echo "Compiling lev ...."echo " "make -f make00.lev#/bin/rm *.o##########################################################echo " "cd $currecho ".......And now working directory is `pwd`"echo "Copying lev and psi2 to your current working directory ..."echo "mv $road/lev00 . " mv $road/lev00 .echo "Done\!"size lev00
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -