Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Values.hpp

    r33e801 rcb5231  
    2727 * are registered as VectorValue and lateron inside the CommandLineQuery placed
    2828 * into the real vector.
     29 *
     30 * We use this abstraction also for Geometry Objects, i.e. string names
     31 * referencing vectors in the GeomtryRegistry.
    2932 */
    3033struct VectorValue
    3134{
    32   double vector[NDIM];
     35  std::string vectorstring;
    3336
    3437  Vector toVector() const;
Note: See TracChangeset for help on using the changeset viewer.