/// <summary> /// Release the lock that was set using lock. /// </summary> public void Unlock() { GMshNativeMethods.gmshFltkUnlock(ref ierr); if (ierr != 0) { throw new GMshException(ierr); } }