File tree 4 files changed +2
-199
lines changed
4 files changed +2
-199
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ set (SRC_LIST ${SRC_LIST}
106
106
${tarDIR} /testQuadratic.cxx
107
107
${tarDIR} /testQuaternion.cxx
108
108
${tarDIR} /testRecTriangle.cxx
109
- ${tarDIR} /testRotCounter.cxx
110
109
${tarDIR} /testRules.cxx
111
110
${tarDIR} /testSimpleObj.cxx
112
111
${tarDIR} /testSimpson.cxx
@@ -193,7 +192,6 @@ set (SRC_LIST ${SRC_LIST}
193
192
${tarINC} /testQuaternion.h
194
193
${tarINC} /testRecTriangle.h
195
194
${tarINC} /testRefPlate.h
196
- ${tarINC} /testRotCounter.h
197
195
${tarINC} /testRules.h
198
196
${tarINC} /testSimpleObj.h
199
197
${tarINC} /testSimpson.h
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
4
4
* File: transportInc/AreaBeam.h
5
5
*
6
- * Copyright (c) 2004-2022 by Stuart Ansell
6
+ * Copyright (c) 2004-2024 by Stuart Ansell
7
7
*
8
8
* This program is free software: you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
@@ -69,7 +69,7 @@ class AreaBeam : public Beam
69
69
70
70
void setCent (const Geometry::Vec3D& C) { Cent=C; } // /< Set Centre
71
71
void setWidth (const double W) { Width=W; } // /< Set width
72
- void setHeight (const double H) { Width =H; } // /< Set height
72
+ void setHeight (const double H) { Height =H; } // /< Set height
73
73
void setStart (const double Y) { startY=Y; } // /< Set initial position
74
74
void setBias (const double ) override {};
75
75
You can’t perform that action at this time.
0 commit comments