Skip to content

Commit

Permalink
Merge branch 'main' into bugfix/GSAGH-492-The-domain-input-in-Assembl…
Browse files Browse the repository at this point in the history
…y-Results-component-is-repeated-twice
  • Loading branch information
tlmnrnhrdt committed Apr 8, 2024
2 parents 74b1552 + dbc923c commit 65cc8d7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 5 deletions.
Binary file modified GsaGH/Properties/Icons/AssemblyResultDiagrams.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified GsaGH/Properties/Icons/AssemblyResults.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using OasysGH.Parameters;
using System.Collections.Generic;

namespace GsaGHTests._1_BaseParameters._5_Results.Collections.RegressionValues {
namespace GsaGHTests.Parameters.Results {
public class SteelDesignEffectiveLengthA1 {
// these are regression tests, the values are taken directly from GSA results
// "BasicFrame.gwb" for member id=46,47,48 for analysis case A1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using OasysGH.Parameters;
using System.Collections.Generic;

namespace GsaGHTests._1_BaseParameters._5_Results.Collections.RegressionValues {
namespace GsaGHTests.Parameters.Results {
public class SteelDesignEffectiveLengthC1P1 {
//results are taken directly from GSA results
// "BasicFrame.gwb" for member id=46,47,48 for analysis case C1P1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace GsaGHTests._1_BaseParameters._5_Results.Collections.RegressionValues {
namespace GsaGHTests.Parameters.Results {
public class TotalLoadsAndReactionsA3 {
// these are regression tests, the values are taken directly from GSA results
// "Steel_Design_Complex.gwb" for all nodes for analysis case A3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;
using GsaGH.Helpers.GsaApi;
using GsaGH.Parameters.Results;
using GsaGHTests._1_BaseParameters._5_Results.Collections.RegressionValues;
using GsaGHTests.Helper;
using OasysUnits;
using OasysUnits.Units;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using GsaGH.Helpers.GsaApi;
using GsaGH.Parameters;
using GsaGH.Parameters.Results;
using GsaGHTests._1_BaseParameters._5_Results.Collections.RegressionValues;
using GsaGHTests.Helper;
using GsaGHTests.Helpers;
using GsaGHTests.Parameters.Results;
Expand Down

0 comments on commit 65cc8d7

Please sign in to comment.