Subversion Repositories wimsdev

Rev

Rev 17747 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17747 Rev 17770
Line 166... Line 166...
166
  void printNombre(std::ostream & o)const;
166
  void printNombre(std::ostream & o)const;
167
  bool printcount(std::ostream & o, bool first) const;
167
  bool printcount(std::ostream & o, bool first) const;
168
  bool printelec(std::ostream & o, bool first) const;
168
  bool printelec(std::ostream & o, bool first) const;
169
  bool printspecies(std::ostream & o, bool first) const;
169
  bool printspecies(std::ostream & o, bool first) const;
170
  void printnorm(std::ostream & o)const;
170
  void printnorm(std::ostream & o)const;
-
 
171
  void printcoeff(std::ostream & o, int sign)const;
171
  void printweigh(std::ostream & o)const;
172
  void printweigh(std::ostream & o)const;
172
  void coeff( fraction f);
173
  void coeff( fraction f);
173
  bool printNernst(std::ostream & o, const char * prefix ="");
174
  bool printNernst(std::ostream & o, const char * prefix ="");
174
  bool printNernstWIMS(std::ostream & o, bool wantedlatex);
175
  bool printNernstWIMS(std::ostream & o, bool wantedlatex);
175
  bool iswater()const;
176
  bool iswater()const;
Line 200... Line 201...
200
  void eraseNull();
201
  void eraseNull();
201
  void compte(Compteur & c)const;
202
  void compte(Compteur & c)const;
202
  void numerote();
203
  void numerote();
203
  void triage();
204
  void triage();
204
  void printnorm(std::ostream & o) const;
205
  void printnorm(std::ostream & o) const;
-
 
206
  void printcoeff(std::ostream & o, int sign) const;
205
  void printcount(std::ostream & o) const;
207
  void printcount(std::ostream & o) const;
206
  void printelec(std::ostream & o) const;
208
  void printelec(std::ostream & o) const;
207
  void printspecies(std::ostream & o) const;
209
  void printspecies(std::ostream & o) const;
208
  void printweight(std::ostream & o) const;
210
  void printweight(std::ostream & o) const;
209
  void coeff( fraction f);
211
  void coeff( fraction f);
Line 258... Line 260...
258
  fraction nbelectron()const{return gauche->nbelectron()-droit->nbelectron();};
260
  fraction nbelectron()const{return gauche->nbelectron()-droit->nbelectron();};
259
  /* renvoie val ou nbelectron()*Faraday*val */
261
  /* renvoie val ou nbelectron()*Faraday*val */
260
  long double enthalpy() const;
262
  long double enthalpy() const;
261
  void normalise(){numerote(); triage(); coeff1(); delete_aq();};
263
  void normalise(){numerote(); triage(); coeff1(); delete_aq();};
262
  void printnorm(std::ostream & o);
264
  void printnorm(std::ostream & o);
-
 
265
  void printcoeff(std::ostream & o) const;
263
  void printcount(std::ostream & o) const;
266
  void printcount(std::ostream & o) const;
264
  void printelec(std::ostream & o) const;
267
  void printelec(std::ostream & o) const;
265
  void printspecies(std::ostream & o) const;
268
  void printspecies(std::ostream & o) const;
266
  void printweight(std::ostream & o) const;
269
  void printweight(std::ostream & o) const;
267
  void printNernst(std::ostream & o, std::ostream & w, bool wantedlatex=false);
270
  void printNernst(std::ostream & o, std::ostream & w, bool wantedlatex=false);