Ignore:
Timestamp:
Oct 3, 2016, 6:03:21 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
fc08c7
Parents:
36f3d3
Message:

Added bonded flag to argument_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FunctionApproximation/FunctionArgument.cpp

    r36f3d3 rfdd789  
    4545  ost << "[(" << arg.indices.first << "," << arg.indices.second
    4646      << "), q(   " << arg.types.first << "," << arg.types.second << "),"
     47      << "bonded(" << (arg.bonded ? "true" : "false") << "),"
    4748      << "r=" << arg.distance;
    4849  return ost;
Note: See TracChangeset for help on using the changeset viewer.