Directory branches/budaev/SIGMOID_HEDG/

Directory Created:
2020-02-05 13:44
Total Files:
7
Deleted Files:
0
Lines of Code:
12120

[root]/branches/budaev/SIGMOID_HEDG

Lines of Code

branches/budaev/SIGMOID_HEDG/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbu062 76 (100.0%) 12749 (100.0%) 167.7

Most Recent Commits

sbu062 2021-04-13 18:38 Rev.: 11029

merged latest improvements from r11025

210 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: m_parsepar.f90 (+210 -110)
sbu062 2020-12-02 13:21 Rev.: 10050

Windows vbs script is not autogenerated

5 lines of code changed in 2 files:

  • branches/budaev/SIGMOID_HEDG: Makefile (+1 -18), sigmoid_gui.vbs (new 4)
sbu062 2020-12-02 13:09 Rev.: 10048

merged r10045 r10046 r10047 from tweak_new branch: fixed platform-specific echo to be compatible with Windows 10

115 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: Makefile (+115 -95)
sbu062 2020-02-14 08:37 Rev.: 9467

comment added on decimal separator memory leak in dislin earlier (gwgflt)

10 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+10)
sbu062 2020-02-13 14:45 Rev.: 9465

fix wrong widget pasted

1 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+1 -1)
sbu062 2020-02-13 13:01 Rev.: 9464

xmin and xmax now check user input for correct values

45 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+45 -5)
sbu062 2020-02-10 15:04 Rev.: 9447

environment variable `GUI_PLOT_AREA_WIDTH` has precedence over the configuration file

32 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+32 -14)
sbu062 2020-02-10 13:38 Rev.: 9446

replot on each gh/gh array change

4 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+4)
sbu062 2020-02-10 12:57 Rev.: 9444

environment variable `GUI_PLOT_AREA_WIDTH` now defines the plot area width (`DISLIN_Gui_Window_Width_Plotting`)

17 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+17 -1)
sbu062 2020-02-10 12:24 Rev.: 9442

reorder gs/gh array types, raw go first

5 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+5 -5)
sbu062 2020-02-10 12:14 Rev.: 9441

use parameter definition in selection

6 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+6 -4)
sbu062 2020-02-10 12:07 Rev.: 9440

allow parentheses in array definitions in the configuration file

43 lines of code changed in 2 files:

  • branches/budaev/SIGMOID_HEDG: m_parsepar.f90 (+38), parameters.dat (+5 -5)
sbu062 2020-02-09 22:47 Rev.: 9435

cleanup everything

1 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: Makefile (+1 -1)
sbu062 2020-02-09 22:41 Rev.: 9434

reformat

2 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: parameters.dat (+2 -1)
sbu062 2020-02-09 22:40 Rev.: 9433

graphical parameter defaults in configuration file

40 lines of code changed in 2 files:

  • branches/budaev/SIGMOID_HEDG: m_parsepar.f90 (+9 -4), sigmoid_gui.f90 (+31 -15)
sbu062 2020-02-09 22:39 Rev.: 9432

optional default value in (PTread_r) as in (PTread_d)

8 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: parameters.dat (+8)
sbu062 2020-02-08 14:10 Rev.: 9431

reverted from test 3d plotting
- `svn merge -r HEAD:9429 .`

9 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+9 -26)
sbu062 2020-02-08 14:03 Rev.: 9430

test 3d plot with gh as Y dimension, incomplete test
- components must be **1**
- set **float** array type
- works and plots 3d

26 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+26 -9)
sbu062 2020-02-08 12:59 Rev.: 9429

report computaional engine revision, `commondata` module

14 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+14 -9)
sbu062 2020-02-08 12:05 Rev.: 9428

better labels for gh and gs parameters

6 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+6 -5)
sbu062 2020-02-08 11:57 Rev.: 9427

better fit legend

13 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+13 -6)
sbu062 2020-02-08 11:08 Rev.: 9426

autogenerate Windows gui startup vbs script

18 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: Makefile (+18 -1)
sbu062 2020-02-08 01:42 Rev.: 9425

check file name, cancel short

18 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+18)
sbu062 2020-02-08 00:56 Rev.: 9424

now can build on Windows, weird 2-stage DISLIN link: gfortran

7 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: Makefile (+7)
sbu062 2020-02-08 00:52 Rev.: 9423

fix bug version parser

1 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+1 -1)
sbu062 2020-02-07 23:51 Rev.: 9422

parse and report svn version for the main program

23 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+23 -2)
sbu062 2020-02-07 23:32 Rev.: 9421

added header info and revision id tags

11 lines of code changed in 2 files:

  • branches/budaev/SIGMOID_HEDG: parameters.dat (+1), sigmoid_gui.f90 (+10)
sbu062 2020-02-07 23:27 Rev.: 9420

save plot data to CSV

66 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+66 -1)
sbu062 2020-02-07 22:58 Rev.: 9419

cleanup code

3 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+3 -3)
sbu062 2020-02-07 22:56 Rev.: 9418

save plot menu with plot format parse

57 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+57 -1)
sbu062 2020-02-07 22:05 Rev.: 9417

replot on change of some parameters, axes labels

9 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+9 -4)
sbu062 2020-02-07 21:53 Rev.: 9416

reformat code

14 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+14 -11)
sbu062 2020-02-07 21:47 Rev.: 9415

cleanup

8 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+8 -42)
sbu062 2020-02-07 21:14 Rev.: 9414

gui cleanup, quit button back

4 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+4 -29)
sbu062 2020-02-07 21:04 Rev.: 9413

user adjustable scales

47 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+47 -8)
sbu062 2020-02-07 20:15 Rev.: 9412

arbitrary scaling in plot

25 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+25 -3)
sbu062 2020-02-07 16:50 Rev.: 9411

global format string for float values

5 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+5 -4)
sbu062 2020-02-07 16:45 Rev.: 9410

(update_table) updates data table after each data edit

39 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+39 -20)
sbu062 2020-02-07 15:46 Rev.: 9409

fix and delete debug prints

3 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: sigmoid_gui.f90 (+3 -37)
sbu062 2020-02-07 15:40 Rev.: 9408

comments on building with 32 and 64 bit DISLIN library versions

4 lines of code changed in 1 file:

  • branches/budaev/SIGMOID_HEDG: Makefile (+4)

(27 more)

Generated by StatSVN 0.7.0