Ignore:
Timestamp:
Apr 10, 2009, 11:28:02 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
a41b50
Parents:
37a050
Message:

removed lots of warnings due to unused variables

This arose due to the code-writes for multiple molecules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/ellipsoid.cpp

    r37a050 rbb12e7  
    217217        int PointsLeft = 0;
    218218        int PointsPicked = 0;
    219         double value, threshold;
    220219        int Nlower[NDIM], Nupper[NDIM];
    221220        set<int> PickedAtomNrs;  // ordered list of picked atoms
     
    274273                                PickedAtomNrs.insert(index);
    275274                        }
    276                 } while (PickedAtomNrs.size() < PointsToPick);
     275                } while (PickedAtomNrs.size() < (size_t) PointsToPick);
    277276
    278277                index = 0; // now go through all and pick those whose from PickedAtomsNr
Note: See TracChangeset for help on using the changeset viewer.