Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (14 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/src/G4VisCommandsSceneAdd.cc

    r1170 r1228  
    2525//
    2626//
    27 // $Id: G4VisCommandsSceneAdd.cc,v 1.77 2009/11/04 13:15:02 allison Exp $
     27// $Id: G4VisCommandsSceneAdd.cc,v 1.78 2009/11/22 14:02:30 allison Exp $
    2828// GEANT4 tag $Name:  $
    2929// /vis/scene commands - John Allison  9th August 1998
     
    6666#include "G4PropagatorInField.hh"
    6767#include "G4RichTrajectory.hh"
     68#include "G4RichTrajectoryPoint.hh"
    6869#include "G4AttDef.hh"
    6970#include "G4ios.hh"
     
    14151416        "\n\"/vis/modeling/trajectories/create/drawByAttribute\" and"
    14161417        "\n\"/vis/filtering/trajectories/create/attributeFilter\" commands:\n"
    1417              << G4RichTrajectory().GetAttDefs();
     1418             << G4RichTrajectory().GetAttDefs()
     1419             << G4RichTrajectoryPoint().GetAttDefs();
    14181420    }
    14191421  }
Note: See TracChangeset for help on using the changeset viewer.