forked from mahalex/MatFileHandler
10 lines
174 B
C#
Executable File
10 lines
174 B
C#
Executable File
namespace MatFileHandler
|
|
{
|
|
/// <summary>
|
|
/// Base class for all data elements in .mat files.
|
|
/// </summary>
|
|
internal class DataElement
|
|
{
|
|
}
|
|
}
|