Ignore:
Timestamp:
Jun 12, 2008, 7:34:36 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
41c2f1
Parents:
e292c10
Message:

Smaller fixes

CreateClustersinWater is now PrepareClustersinWater (as actual suspension is done in VMD still)
BoundaryPoints can be returned or not in VolumeOfConvexEnvelope

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    re292c10 r7fcea6  
    567567    case 'e':
    568568        cout << Verbose(0) << "Evaluating volume of the convex envelope.";
    569         VolumeOfConvexEnvelope((ofstream *)&cout, configuration, mol);
     569        VolumeOfConvexEnvelope((ofstream *)&cout, configuration, NULL, mol);
    570570        break;
    571571  }
     
    734734  string line;
    735735  atom *first;
    736   double tmp;
    737736  int ExitFlag = 0;
    738737  int j;
     
    989988//                tmp = 1.3;
    990989//              }
    991               VolumeOfConvexEnvelope((ofstream *)&cout, &configuration, mol);
     990              VolumeOfConvexEnvelope((ofstream *)&cout, &configuration, NULL, mol);
    992991              break;
    993992            default:   // no match? Step on
Note: See TracChangeset for help on using the changeset viewer.