Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 59ed06cc authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

making certain parts of vecto 2.2 public to allow for testing

parent 63b1665a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
''' Methods for GUI interaction
''' </summary>
''' <remarks></remarks>
Module GUI_Subs
Public Module GUI_Subs
Public test As Integer = 0
......
......@@ -649,7 +649,7 @@ Public Class cGBX
If ErrMin > DEV.TCiterPrec AndAlso iOptPassed > -1 AndAlso nuStep > 0.00001 Then
nuMin = nuList(iOptPassed - 1)
nuMax = nuList(iOptPassed)
nuStep = Math.Max((nuMax - nuMin) / 10, 0.00001)
nuStep = Math.Max((nuMax - nuMin) / 10.0, 0.00001)
Else
Exit Do
End If
......
......@@ -14,7 +14,7 @@ Imports System.Text
Imports TUGraz.VectoCommon.Models
Imports vectolic
Module VECTO_Global
Public Module VECTO_Global
Public Const VECTOvers As String = "2.2"
Public COREvers As String = "NOT FOUND"
......
......@@ -10,7 +10,7 @@
' See the LICENSE.txt for the specific language governing permissions and limitations.
Imports System.Collections.Generic
Class cVSUM
Public Class cVSUM
Private Const FormatVersion As Short = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment