Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
halmaia committed May 19, 2023
1 parent 68a606a commit b0efc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion InvalidFrameTypeException.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.IO;

namespace SL3Reader {
namespace SL3Reader
{
public class InvalidFrameTypeException : IOException { }
}
11 changes: 0 additions & 11 deletions SL3Reader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,9 @@
using System.Threading;
using static System.Runtime.InteropServices.NativeMemory;
using Microsoft.Win32.SafeHandles;
using System.Numerics;
using System.Globalization;
using System.Security.Cryptography;
using System.Diagnostics.Metrics;
using System.Text;
using System.Buffers;
using System.Runtime.Intrinsics.Arm;
using System.Diagnostics.CodeAnalysis;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Reflection.Metadata;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;

namespace SL3Reader
{
Expand Down Expand Up @@ -283,7 +273,6 @@ public unsafe void Export3D(string path, bool includeUnreliable = false, bool ma
using StreamWriter streamWriter = File.CreateText(path);
streamWriter.WriteLine("CampaignID,DateTime,X[Lowrance_m],Y[Lowrance_m],Z[m_WGS84Ellipsoid],Depth[m],Angle[°],Distance[m],Reliability");


string[] stringArray = GC.AllocateUninitializedArray<string>(9);

ThreeDimensionalFrameHeader header = new();
Expand Down

0 comments on commit b0efc71

Please sign in to comment.