12 lines
228 B
C#
12 lines
228 B
C#
|
|
using CaeMesh;
|
|||
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace CPSO
|
|||
|
|
{
|
|||
|
|
internal class GmshAPI : CaeMesh.GmshAPI
|
|||
|
|
{
|
|||
|
|
public GmshAPI(GmshData gmshData, Action<string> writeOutput) : base(gmshData, writeOutput)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|