コード例 #1
0
ファイル: Gmsh.Fltk.cs プロジェクト: noy1993/Gmsh.Net
 /// <summary>
 /// Release the lock that was set using lock.
 /// </summary>
 public static void Unlock()
 {
     Gmsh_Warp.GmshFltkUnlock(ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }