-
Notifications
You must be signed in to change notification settings - Fork 36
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: szaghi/FLAP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: szaghi/FLAP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 8 files changed
- 2 contributors
Commits on Aug 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6b4f1c7 - Browse repository at this point
Copy the full SHA 6b4f1c7View commit details
Commits on Aug 20, 2015
-
Some minor fixes after to compile with IBM XL Fortran for Linux, V14.1
Deleted "elemental" in fuction Upper_Case due to the following XLF following compiler error: "1513-209 (S) The result of an elemental function must be a nonpointer, nonallocatable scalar, and its type parameters must be constant expressions." This behaviour also occurs in Lib_VTK_IO: victorsndvg/Lib_VTK_IO@226c38e#diff-6952d71b75ad07086220a941f2a61ba7L538
Configuration menu - View commit details
-
Copy full SHA for c9860e7 - Browse repository at this point
Copy the full SHA c9860e7View commit details -
Bug on Intel Fortran Compiler 15.0.2?
I get the following error: forrtl: severe (194): Run-Time Check Failure. The variable 'var$11762' is being used in '/home/.../FLAP/src/Data_Type_Command_Line_Interface.F90(2229,5)' without being defined Image PC Routine Line Source Test_Driver_Neste 0000000000522EDA data_type_command 2229 Data_Type_Command_Line_Interface.F90 Test_Driver_Neste 0000000000404E00 MAIN__ 39 Test_Driver_Nested.f90 Test_Driver_Neste 000000000040378E Unknown Unknown Unknown libc.so.6 00007F620A933EC5 Unknown Unknown Unknown Test_Driver_Neste 0000000000403689 Unknown Unknown Unknown Solution: Change the line 2229: clasg_list_new(0:Ng-1) = cli%clasg(0:Ng-1) With: do gi = 0, Ng-1 clasg_list_new(gi) = cli%clasg(gi) enddo I cannot write a small piece of code to reproduce the problem.
Configuration menu - View commit details
-
Copy full SHA for a1b75df - Browse repository at this point
Copy the full SHA a1b75dfView commit details
Commits on Sep 11, 2015
-
Merge tag 'v0.6.4' into develop
Add more clear error message for logical-choices abuse, stable release, fully backward compatible.
Configuration menu - View commit details
-
Copy full SHA for cce3916 - Browse repository at this point
Copy the full SHA cce3916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1f6a4 - Browse repository at this point
Copy the full SHA 8d1f6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800fc6e - Browse repository at this point
Copy the full SHA 800fc6eView commit details -
Merge branch 'master' of https://github.com/victorsndvg/FLAP into vic…
…torsndvg-master
Configuration menu - View commit details
-
Copy full SHA for 92d5d27 - Browse repository at this point
Copy the full SHA 92d5d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0a3c0 - Browse repository at this point
Copy the full SHA 2b0a3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db5ae8 - Browse repository at this point
Copy the full SHA 2db5ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9cec8 - Browse repository at this point
Copy the full SHA 4b9cec8View commit details
Commits on Oct 8, 2015
-
Fix bug on cli%free method. Why: Free method free all cli%clasg array elements that starts from 0 not 1. This change addresses the need by: Modify the loop of clasg%free starting from 0. Side effects: Nothing.
Configuration menu - View commit details
-
Copy full SHA for 7049686 - Browse repository at this point
Copy the full SHA 7049686View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a5b4c - Browse repository at this point
Copy the full SHA b8a5b4cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.4...v0.6.5