Ignore:
Timestamp:
Nov 4, 2009, 7:56:04 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
4ef101, aa8542
Parents:
ec70ec
Message:

Huge change from ofstream * (const) out --> Log().

  • first shift was done via regular expressions
  • then via error messages from the code
  • note that class atom, class element and class molecule kept in parts their output stream, was they print to file.
  • make check runs fine
  • MISSING: Verbosity is not fixed for everything (i.e. if no endl; is present and next has Verbose(0) ...)

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/element.cpp

    rec70ec r543ce4  
    2929 * \param *out outstream
    3030 */
    31 bool element::Output(ofstream *out) const
     31bool element::Output(ofstream * const out) const
    3232{
    3333  if (out != NULL) {
     
    4444 * \param NoOfAtoms total number of atom of this element type
    4545 */
    46 bool element::Checkout(ofstream *out, const int Number, const int NoOfAtoms) const
     46bool element::Checkout(ofstream * const out, const int Number, const int NoOfAtoms) const
    4747{
    4848  if (out != NULL) {
Note: See TracChangeset for help on using the changeset viewer.