Missed installing the main ctmethods* file.
Adding it here.
This commit is contained in:
parent
261ff18a7e
commit
b14f6d3e94
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ install:
|
|||
@INSTALL_abs@ -d @prefix@/matlab/toolbox/cantera/cantera/1D/@Domain1D/private
|
||||
@INSTALL_abs@ -d @prefix@/matlab/toolbox/cantera/cantera/1D/@Stack/private
|
||||
cd cantera; \
|
||||
( for iddd in *.m ; do \
|
||||
( for iddd in *.m ctmethods*; do \
|
||||
@INSTALL_abs@ -c $${iddd} @prefix@/matlab/toolbox/cantera/cantera; done )
|
||||
cd cantera/private; \
|
||||
( for iddd in *.m ; do \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue