Solaris changes.
This commit is contained in:
parent
a4d26314e3
commit
1421eb3867
5 changed files with 6 additions and 13 deletions
|
|
@ -8,3 +8,4 @@ csvCode.txt
|
|||
outputa.txt
|
||||
silane_equil.ilk
|
||||
silane_equil.pdb
|
||||
SunWS_cache
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ namespace Cantera {
|
|||
virtual ~IdealGasMix() {}
|
||||
|
||||
bool operator!() { return !m_ok;}
|
||||
bool ready() { return m_ok; }
|
||||
bool ready() const { return m_ok; }
|
||||
friend ostream& operator<<(ostream& s, IdealGasMix& mix) {
|
||||
string r = report(mix, true);
|
||||
s << r;
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ output.txt
|
|||
gri30.xml
|
||||
surfdemo.ilk
|
||||
surfkin.pdb
|
||||
SunWS_cache
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ namespace Cantera {
|
|||
}
|
||||
|
||||
bool operator!() { return !m_ok;}
|
||||
bool ready() { return m_ok; }
|
||||
bool ready() const { return m_ok; }
|
||||
|
||||
protected:
|
||||
bool m_ok;
|
||||
|
|
|
|||
|
|
@ -104,17 +104,8 @@ endif
|
|||
clean:
|
||||
$(RM) $(OBJS) $(PROGRAM)
|
||||
../../bin/rm_cvsignore
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(if test -d SunWS_cache ; then \
|
||||
$(RM) -rf SunWS_cache ; fi )
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue