Solaris changes.

This commit is contained in:
Harry Moffat 2006-04-30 21:43:56 +00:00
parent a4d26314e3
commit 1421eb3867
5 changed files with 6 additions and 13 deletions

View file

@ -8,3 +8,4 @@ csvCode.txt
outputa.txt
silane_equil.ilk
silane_equil.pdb
SunWS_cache

View file

@ -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;

View file

@ -10,3 +10,4 @@ output.txt
gri30.xml
surfdemo.ilk
surfkin.pdb
SunWS_cache

View file

@ -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;

View file

@ -104,17 +104,8 @@ endif
clean:
$(RM) $(OBJS) $(PROGRAM)
../../bin/rm_cvsignore
(if test -d SunWS_cache ; then \
$(RM) -rf SunWS_cache ; fi )