mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove unused (transitional) methods from CircularBuffer
- old methods (and class) were not widely used
This commit is contained in:
committed by
Andrew Heather
parent
524c953af3
commit
1af40e7dfe
@ -79,7 +79,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
Info<< buf1[-12] << nl;
|
||||
|
||||
Info<< "found: " << buf1.found(40) << nl;
|
||||
Info<< "contains: " << buf1.contains(40) << nl;
|
||||
buf1.push_uniq(100); report(buf1);
|
||||
|
||||
buf1 = Zero; report(buf1);
|
||||
|
||||
Reference in New Issue
Block a user