Skip to content

Commit

Permalink
Merge pull request #7580 from NREL/7560_TableMultiVariable_Transition
Browse files Browse the repository at this point in the history
Update transition rule for TableMultiVariableLookup Normalization Reference from 9.1.0 to 9.2.0
  • Loading branch information
mjwitte authored Jan 22, 2020
2 parents e5440d4 + 3f7ca0d commit 8569111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transition/CreateNewIDFUsingRulesV9_2_0.f90
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ SUBROUTINE CreateNewIDFUsingRules(EndOfFile,DiffOnly,InLfn,AskForInput,InputFile
POutArgs(2) = TRIM(InArgs(1))//'_IndependentVariableList'

! Normalization Value
IF (InArgs(13) == Blank) THEN
IF (InArgs(9) == Blank) THEN
POutArgs(3) = Blank
POutArgs(4) = Blank
ELSE
Expand Down

6 comments on commit 8569111

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (mjwitte) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (mjwitte) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (1963 of 1963 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1268 of 1268 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (mjwitte) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (677 of 678 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 677
  • Timeout: 1

Build Badge Test Badge Coverage Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (mjwitte) - x86_64-MacOS-10.13-clang: OK (1943 of 1943 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.