mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: uniform 'Test-' prefix for all applications/test
- easier to clean, avoid confusion with 'real' applications, etc.
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
#include "List.H"
|
||||
#include "scalar.H"
|
||||
|
||||
using namespace Foam;
|
||||
|
||||
void func
|
||||
(
|
||||
List<scalar>& l1,
|
||||
const List<scalar>& l2,
|
||||
const List<label>& a1,
|
||||
const List<label>& a2
|
||||
)
|
||||
{
|
||||
forAll(l1, i)
|
||||
{
|
||||
l1[a1[i]] -= l2[a2[i]];
|
||||
}
|
||||
}
|
||||
@ -1,4 +1,3 @@
|
||||
ListTest.C
|
||||
ListLoop.C
|
||||
Test-List.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/ListTest
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-List
|
||||
|
||||
Reference in New Issue
Block a user