Skip to content

Commit 96373d2

Browse files
committed
Fix of transport error
1 parent 61b4ad7 commit 96373d2

File tree

4 files changed

+2
-199
lines changed

4 files changed

+2
-199
lines changed

test/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ set (SRC_LIST ${SRC_LIST}
106106
${tarDIR}/testQuadratic.cxx
107107
${tarDIR}/testQuaternion.cxx
108108
${tarDIR}/testRecTriangle.cxx
109-
${tarDIR}/testRotCounter.cxx
110109
${tarDIR}/testRules.cxx
111110
${tarDIR}/testSimpleObj.cxx
112111
${tarDIR}/testSimpson.cxx
@@ -193,7 +192,6 @@ set (SRC_LIST ${SRC_LIST}
193192
${tarINC}/testQuaternion.h
194193
${tarINC}/testRecTriangle.h
195194
${tarINC}/testRefPlate.h
196-
${tarINC}/testRotCounter.h
197195
${tarINC}/testRules.h
198196
${tarINC}/testSimpleObj.h
199197
${tarINC}/testSimpson.h

test/testRotCounter.cxx

-144
This file was deleted.

testInclude/testRotCounter.h

-51
This file was deleted.

transportInc/AreaBeam.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
* File: transportInc/AreaBeam.h
55
*
6-
* Copyright (c) 2004-2022 by Stuart Ansell
6+
* Copyright (c) 2004-2024 by Stuart Ansell
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -69,7 +69,7 @@ class AreaBeam : public Beam
6969

7070
void setCent(const Geometry::Vec3D& C) { Cent=C; } ///< Set Centre
7171
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
7373
void setStart(const double Y) { startY=Y; } ///< Set initial position
7474
void setBias(const double) override {};
7575

0 commit comments

Comments
 (0)