used to check the existence of and open an object file, read and check the header without constructing the object. 'typeIOobject' operates in an equivalent and consistent manner to 'regIOobject' but the type information is provided by the template argument rather than via virtual functions for which the derived object would need to be constructed, which is the case for 'regIOobject'. 'typeIOobject' replaces the previous separate functions 'typeHeaderOk' and 'typeFilePath' with a single consistent interface.
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
EXE_INC = -ggdb3 \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lsampling \
|
|
-lmeshTools \
|
|
-llagrangian \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields
|