mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support construct/reset refPtr from autoPtr and unique_ptr (#1775)
- makes it easier to use in combination with various 'New' selectors, which mostly return an autoPtr. ENH: add very simple FFT test - basic sanity test that the library links properly
This commit is contained in:
3
applications/test/fft/Make/files
Normal file
3
applications/test/fft/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-fft.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-fft
|
||||
5
applications/test/fft/Make/options
Normal file
5
applications/test/fft/Make/options
Normal file
@ -0,0 +1,5 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/randomProcesses/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lrandomProcesses
|
||||
Reference in New Issue
Block a user