Skip to content

Commit bb554d4

Browse files
Debuged method building mathematical term showing detailed solution for supportig force at right bearing.
1 parent 0c77c99 commit bb554d4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

BeamCalc.jar

-206 KB
Binary file not shown.
-18 Bytes
Binary file not shown.

src/org/berthold/beamCalc/BeamSolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private static String solutionTermForRightBearing(Beam beam, BeamResult result,
241241
summand = force + "N";
242242

243243
if (force < 0)
244-
summand = addParatheses(summand+"N");
244+
summand = addParatheses(summand);
245245

246246
termForSolutionAtLeftBearing.append(summand + " + ");
247247
}

0 commit comments

Comments
 (0)