Added new dependencies.
This commit is contained in:
parent
ebdb0b4094
commit
618aeba69f
2 changed files with 15 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ all: .depends $(CONV_LIB)
|
|||
$(INSTALL_TSC) "$${lh}" $(INCDIR) ; \
|
||||
done)
|
||||
|
||||
%.d:
|
||||
%.d: Makefile %.o
|
||||
@CXX_DEPENDS@ $(CXX_FLAGS) $(CXX_INCLUDES) $*.cpp > $*.d
|
||||
|
||||
.cpp.o:
|
||||
|
|
@ -73,6 +73,8 @@ depends:
|
|||
.depends: $(DEPENDS)
|
||||
cat *.d > .depends
|
||||
|
||||
$(OBJS): Makefile
|
||||
|
||||
TAGS:
|
||||
etags *.h *.cpp
|
||||
|
||||
|
|
|
|||
12
Cantera/src/converters/newThermoReading.txt
Normal file
12
Cantera/src/converters/newThermoReading.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
|
||||
Currently, we will branch off of the therm keyword's argument list:
|
||||
The default is to assume the old thermo file format:
|
||||
|
||||
therm NASA
|
||||
therm
|
||||
|
||||
The new file format is signaled by the following line
|
||||
|
||||
therm NASA9
|
||||
Loading…
Add table
Reference in a new issue