~pgnonlinear/fluidity/pgnonlineartracer

Viewing all changes in revision 3498.

  • Committer: Brendan Tollit
  • Date: 2011-06-15 18:46:41 UTC
  • Revision ID: brendan.tollit05@imperial.ac.uk-20110615184641-hi9mistbmy7qh22b
fix two or the radiation unit tests that were failing for gfortran 4.6

for the first 4.6 didnt like reading lines beyond the length of the file, 
which was a mistake, and the intented action wasnt actually required for the 
test so removed.

for the second a 1d array was allocated length 1, but then by mistake values 
set as (/1,11/) which for 4.6 I presume implied a dealloc re-alloc automatically
which then caused the test to fail when the size of the array was checked 

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: