Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
80dec617
Commit
80dec617
authored
Oct 28, 2004
by
Andreas Pfeiffer
Browse files
fixed typo for dtor
parent
f68b160a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Geometry/Geometry/BasicVector3D.h
View file @
80dec617
// -*- C++ -*-
// $Id: BasicVector3D.h,v 1.3.4.
1
2004/10/2
7
1
3:49
:33 pfeiffer Exp $
// $Id: BasicVector3D.h,v 1.3.4.
2
2004/10/2
8
1
1:37
:33 pfeiffer Exp $
// ---------------------------------------------------------------------------
//
// This file is a part of the CLHEP - a Class Library for High Energy Physics.
...
...
@@ -62,7 +62,7 @@ namespace HepGeom {
/**
* Destructor. */
vir
u
tal
~
BasicVector3D
()
{}
virt
u
al
~
BasicVector3D
()
{
/* nop */
;
}
// -------------------------
// Interface to "good old C"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment