Skip to content

Commit cef9ffb

Browse files
committed
Fix bugs
1 parent 2cda082 commit cef9ffb

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
make ./app > log.wmake
4-
blockMesh -case ./case > log.blockMesh
5-
$FOAM_USER_APPBIN/basicFieldOperations -case ./case | tee log.basicFieldOperations
3+
wmake app > log.wmake
4+
blockMesh -case case > log.blockMesh
5+
$FOAM_USER_APPBIN/basicFieldOperations -case case | tee log.basicFieldOperations
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
make ./app > log.wmake
4-
blockMesh -case ./case > log.blockMesh
5-
basicIO -case ./case | tee log.basicIO
3+
wmake app > log.wmake
4+
blockMesh -case case > log.blockMesh
5+
basicIO -case case | tee log.basicIO
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
wmake ./app > log.wmake
2-
blockMesh -case ./case > log.blockMesh
3-
$FOAM_USER_APPBIN/basicParallelComputing -case ./case | tee log.basicParallelComputing
1+
wmake app > log.wmake
2+
blockMesh -case case > log.blockMesh
3+
$FOAM_USER_APPBIN/basicParallelComputing -case case | tee log.basicParallelComputing
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
make app > log.wmake
3+
wmake app > log.wmake
44
blockMesh -case case > log.blockMesh
55
customClasses -case case | tee log.customClasses
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
make ./app > log.wmake
3+
wmake app > log.wmake
44
helloWorld | tee log.helloWorld
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
wmake ./app > log.wmake
4-
blockMesh -case ./case > log.blockMesh
5-
$FOAM_USER_APPBIN/transportEquation -case ./case | tee log.transportEquation
3+
wmake app > log.wmake
4+
blockMesh -case case > log.blockMesh
5+
$FOAM_USER_APPBIN/transportEquation -case case | tee log.transportEquation
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
make ./app > log.wmake
4-
blockMesh -case ./case > log.blockMesh
5-
$FOAM_USER_APPBIN/understandingTheMesh -case ./case | tee log.understandingTheMesh
3+
wmake app > log.wmake
4+
blockMesh -case case > log.blockMesh
5+
$FOAM_USER_APPBIN/understandingTheMesh -case case | tee log.understandingTheMesh

0 commit comments

Comments
 (0)