Directory trunk/VISRANGE/

Directory Created:
2017-12-19 12:32
Directory Deleted:
2018-11-09 12:34
Total Files:
0
Deleted Files:
8
Lines of Code:
0

[root]/trunk/VISRANGE

Lines of Code

trunk/VISRANGE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbu062 55 (100.0%) 2058 (100.0%) 37.4

Most Recent Commits

sbu062 2018-11-09 12:34 Rev.: 7495

visrange is now in tags, current latest rev. v.1, r7269

0 lines of code changed in 8 files:

  • trunk/VISRANGE: Makefile (del), README.md (del), mod_ogpf.f90 (del), test_plot_ogpf.f90 (del), test_plot_pgplot.f90 (del), visrange.f90 (del), visrange_old.f90 (del), vr_test_simple.f90 (del)
sbu062 2018-11-09 12:33 Rev.: 7494

visrange: merged latest changes made in tags 1.0

0 lines of code changed in 1 file:

  • trunk/VISRANGE: vr_test_simple.f90 (new)
sbu062 2018-01-01 11:12 Rev.: 6771

rename module with float functions and operator to REAL_OPERAT

6 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+6 -6)
sbu062 2017-12-23 20:39 Rev.: 6770

gnuploit lowercase

4 lines of code changed in 1 file:

  • trunk/VISRANGE: README.md (+4 -4)
sbu062 2017-12-20 11:03 Rev.: 6758

delete .feq. that isn't called now

2 lines of code changed in 1 file:

  • trunk/VISRANGE: README.md (+2 -2)
sbu062 2017-12-20 11:02 Rev.: 6757

save overhead of extra function call by using (is_near_zero) instead of (.feq.)

2 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+2 -2)
sbu062 2017-12-20 09:08 Rev.: 6756

renderig pdf readme

2 lines of code changed in 1 file:

  • trunk/VISRANGE: Makefile (+2 -2)
sbu062 2017-12-20 08:11 Rev.: 6755

small fix build cmd

1 lines of code changed in 1 file:

  • trunk/VISRANGE: README.md (+1)
sbu062 2017-12-20 07:53 Rev.: 6754

small fix build cmd

3 lines of code changed in 1 file:

  • trunk/VISRANGE: README.md (+3)
sbu062 2017-12-20 07:38 Rev.: 6753

small fix build cmd

1 lines of code changed in 1 file:

  • trunk/VISRANGE: README.md (+1 -1)
sbu062 2017-12-20 06:11

additional build notes

14 lines of code changed in 2 files:

  • trunk/VISRANGE: README.md (+2)
sbu062 2017-12-20 06:05 Rev.: 6750

small fixes, aliasing disabled

3 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+3 -1)
sbu062 2017-12-20 05:56 Rev.: 6749

disabled hrp aliasing so far as it conflicts with ifort

3 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+3 -3)
sbu062 2017-12-20 05:51 Rev.: 6748

additional notes on hrp

4 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+4 -2)
sbu062 2017-12-20 05:37 Rev.: 6747

contents in readme, now too many files

10 lines of code changed in 1 file:

  • trunk/VISRANGE: README.md (+10)
sbu062 2017-12-20 05:31 Rev.: 6746

added old visual range code too

0 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange_old.f90 (new)
sbu062 2017-12-20 05:17 Rev.: 6745

small note

3 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+3 -1)
sbu062 2017-12-20 05:15 Rev.: 6744

redefined local HRP in VISRANGE and aliased HRP as defined in other modules, for portability

6 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+6 -3)
sbu062 2017-12-20 05:06 Rev.: 6743

explanations for hrp

10 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+10 -5)
sbu062 2017-12-20 04:58 Rev.: 6742

small fix

2 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+2 -2)
sbu062 2017-12-20 04:57 Rev.: 6741

added hrp definition in comments

5 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (+5)
sbu062 2017-12-19 21:39 Rev.: 6740

small fixes

4 lines of code changed in 3 files:

  • trunk/VISRANGE: test_plot_ogpf.f90 (-1), test_plot_pgplot.f90 (-1), visrange.f90 (+4)
sbu062 2017-12-19 21:32 Rev.: 6739

small fix

2 lines of code changed in 1 file:

  • trunk/VISRANGE: Makefile (+2 -1)
sbu062 2017-12-19 21:27

small fix

5 lines of code changed in 2 files:

  • trunk/VISRANGE: README.md (+2 -2)
sbu062 2017-12-19 21:25 Rev.: 6736

added short doc and tweaked makefile

56 lines of code changed in 2 files:

  • trunk/VISRANGE: Makefile (+7 -2), README.md (new 49)
sbu062 2017-12-19 18:47

micro fix

2 lines of code changed in 2 files:

  • trunk/VISRANGE: test_plot_ogpf.f90 (+1 -1)
sbu062 2017-12-19 18:45 Rev.: 6733

default build is gnuplot-based

3 lines of code changed in 2 files:

  • trunk/VISRANGE: Makefile (+2 -2), test_plot_pgplot.f90 (+1 -1)
sbu062 2017-12-19 18:39

not very important fixes

22 lines of code changed in 6 files:

  • trunk/VISRANGE: Makefile (+3 -2), mod_ogpf.f90 (+1), test_plot_ogpf.f90 (+10 -2), test_plot_pgplot.f90 (+4 -1), visrange.f90 (+3)
sbu062 2017-12-19 18:29 Rev.: 6730

added test program using gnuplot (ogpf module) for plotting, small fixes

1880 lines of code changed in 4 files:

  • trunk/VISRANGE: Makefile (+1), mod_ogpf.f90 (new 1389), test_plot_ogpf.f90 (new 485), test_plot_pgplot.f90 (+5 -1)
sbu062 2017-12-19 17:54 Rev.: 6729

small addition comment

1 lines of code changed in 1 file:

  • trunk/VISRANGE: test_plot_pgplot.f90 (+1 -1)
sbu062 2017-12-19 16:10 Rev.: 6728

added test plotting program

2 lines of code changed in 2 files:

  • trunk/VISRANGE: Makefile (new 1), test_plot_pgplot.f90 (new 1)
sbu062 2017-12-19 12:32 Rev.: 6726

added repackaged visual range calculation procedures by Dag Aksnes

0 lines of code changed in 1 file:

  • trunk/VISRANGE: visrange.f90 (new)
Generated by StatSVN 0.7.0