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

Skip to content
Snippets Groups Projects
Commit be960640 authored by Martin Dippold's avatar Martin Dippold
Browse files

* Correction program name

parent 7509e54c
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,10 @@
Module declaration_public
' Description of the form
Public Const AppName As String = "Air Drag - RC" ' Name of the programm
Public Const AppName As String = "Air Drag" ' Name of the programm
Public AppVers As String = Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString() '"3.1.0" ' Version of the Programm
Public AppDate As String ' Date of the compilation of the programm
Public RELEASE_CANDIDATE As Boolean = True
Public RELEASE_CANDIDATE As Boolean = False
' Control variables
Public Const komment = "#" ' Symbol for a comment in the input files
......
No preview for this file type
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