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:
Mark Olesen
2020-08-11 11:41:13 +02:00
parent e94fdee58d
commit 6a1efe3b5c
10 changed files with 241 additions and 35 deletions

View File

@ -0,0 +1,3 @@
Test-fft.C
EXE = $(FOAM_USER_APPBIN)/Test-fft

View File

@ -0,0 +1,5 @@
EXE_INC = \
-I$(LIB_SRC)/randomProcesses/lnInclude
EXE_LIBS = \
-lrandomProcesses