Changeset 0161a3


Ignore:
Timestamp:
Apr 20, 2010, 12:19:24 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
60612f
Parents:
39f41d5
Message:

Fixed a warning in BondGraph::LoadBondLengthTable() due to missing parenthesis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bondgraph.cpp

    r39f41d5 r0161a3  
    5656
    5757  // parse in matrix
    58   if (status = TempContainer->ParseMatrix(filename.c_str(), 0, 1, 0)) {
     58  if ((status = TempContainer->ParseMatrix(filename.c_str(), 0, 1, 0))) {
    5959    Log() << Verbose(1) << "Parsing bond length matrix successful." << endl;
    6060  } else {
Note: See TracChangeset for help on using the changeset viewer.