Skip to content

Commit a333446

Browse files
committed
removed commas
1 parent 4e25960 commit a333446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Misc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ enum QTypeEnum : int
12401240
MZ = 25,
12411241
Sub = 26,
12421242
TenA = 27,
1243-
TenB = 28,
1243+
TenB = 28
12441244
};
12451245

12461246
// The following are some definitions for use with the output options in

source/MoorDyn2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const char* UnitList[] = {
8484
"N", // 19: Ten
8585
"N", "N", "N", // 20: FX 21: FY 22: FZ
8686
"N*m", "N*m", "N*m", // 23: MX 24: MY 25: MZ
87-
"(frac)", // 26: Sub
87+
"(frac)" // 26: Sub
8888
};
8989

9090
std::atomic<size_t> __systems_counter(0);

0 commit comments

Comments
 (0)