mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor updates
This commit is contained in:
@ -55,7 +55,7 @@ functions
|
|||||||
{
|
{
|
||||||
massFlux
|
massFlux
|
||||||
{
|
{
|
||||||
type faceSource;
|
type surfaceFieldValue;
|
||||||
libs ("libfieldFunctionObjects.so");
|
libs ("libfieldFunctionObjects.so");
|
||||||
enabled yes;
|
enabled yes;
|
||||||
writeControl timeStep; //writeTime;
|
writeControl timeStep; //writeTime;
|
||||||
|
|||||||
@ -62,8 +62,8 @@ echo >> Make/files
|
|||||||
|
|
||||||
for file in `find . -name "*.[cCylLfF]" -type f -print`
|
for file in `find . -name "*.[cCylLfF]" -type f -print`
|
||||||
do
|
do
|
||||||
fileName=`echo ${file##*/}`
|
fileName=${file##*/}
|
||||||
pathName=`echo ${file%/*} | sed 's%^\.%%' | sed 's%^/%%' | $dirToString`
|
pathName=`echo ${file%/*} | sed -e 's%^\.%%' -e 's%^/%%' | $dirToString`
|
||||||
|
|
||||||
if [ -n "$pathName" ]
|
if [ -n "$pathName" ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user