Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/codeedit.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/csv.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/diurnal.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/dview/dvautocolourassigner.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions src/dview/dvdcctrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -85,7 +85,7 @@ wxDVDCCtrl::~wxDVDCCtrl() {
}

void wxDVDCCtrl::ReadState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

wxString s;
bool success;
Expand All @@ -111,7 +111,7 @@ void wxDVDCCtrl::ReadState(std::string filename) {
}

void wxDVDCCtrl::WriteState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

bool success;
bool debugging = false;
Expand Down
6 changes: 3 additions & 3 deletions src/dview/dvdmapctrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -306,7 +306,7 @@ wxDVDMapCtrl::~wxDVDMapCtrl() {
}

void wxDVDMapCtrl::ReadState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

wxString s;
bool success;
Expand Down Expand Up @@ -384,7 +384,7 @@ void wxDVDMapCtrl::OnTimer(wxTimerEvent &) {
}

void wxDVDMapCtrl::WriteState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

bool success;
bool debugging = false;
Expand Down
4 changes: 2 additions & 2 deletions src/dview/dvfilereader.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -1409,7 +1409,7 @@ bool wxDVFileReader::IsDate(wxString stringToCheck) {
// Conversion factors from Energy+.idd
void wxDVFileReader::InitUnitConversions() {
// NOTE: tuple format (SI unit string, IP unit string, SI to IP conversion factor)
// See SetupUnitConversions method in https://github.com/NREL/EnergyPlus/blob/develop/src/EnergyPlus/OutputReportTabular.cc
// See SetupUnitConversions method in https://github.com/NatLabRockies/EnergyPlus/blob/develop/src/EnergyPlus/OutputReportTabular.cc
m_unitConversions.emplace_back("$/(m3/s)", "$/(ft3/min)", 0.000472000059660808);
m_unitConversions.emplace_back("$/(W/K)", "$/(Btu/h-F)", 0.52667614683731);
m_unitConversions.emplace_back("$/kW", "$/(kBtuh/h)", 0.293083235638921);
Expand Down
2 changes: 1 addition & 1 deletion src/dview/dvplotctrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/dview/dvplotctrlsettings.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/dview/dvplothelper.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions src/dview/dvpncdfctrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -200,7 +200,7 @@ wxDVPnCdfCtrl::~wxDVPnCdfCtrl() {
}

void wxDVPnCdfCtrl::ReadState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

wxString s;
bool success;
Expand Down Expand Up @@ -272,7 +272,7 @@ void wxDVPnCdfCtrl::ReadState(std::string filename) {
}

void wxDVPnCdfCtrl::WriteState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

bool success;
bool debugging = false;
Expand Down
8 changes: 4 additions & 4 deletions src/dview/dvprofilectrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -202,7 +202,7 @@ wxDVProfileCtrl::wxDVProfileCtrl(wxWindow *parent, wxWindowID id, const wxPoint
: wxPanel(parent, id, pos, size, style, name),
m_timer(nullptr),
m_counter(0) {
//wxFileConfig configFile("DView", "NREL");
//wxFileConfig configFile("DView", "NLR");
m_srchCtrl = NULL;
wxScrolledWindow *monthSelector = new wxScrolledWindow(this, wxID_ANY,
wxDefaultPosition, wxDefaultSize, wxHSCROLL);
Expand Down Expand Up @@ -279,7 +279,7 @@ wxDVProfileCtrl::~wxDVProfileCtrl() {
}

void wxDVProfileCtrl::ReadState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

wxString s;
bool success;
Expand Down Expand Up @@ -337,7 +337,7 @@ void wxDVProfileCtrl::OnTimer(wxTimerEvent &) {
}

void wxDVProfileCtrl::WriteState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

bool success;
bool debugging = false;
Expand Down
6 changes: 3 additions & 3 deletions src/dview/dvscatterplotctrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -131,7 +131,7 @@ wxDVScatterPlotCtrl::~wxDVScatterPlotCtrl() {
}

void wxDVScatterPlotCtrl::ReadState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

wxString s;
bool success;
Expand Down Expand Up @@ -182,7 +182,7 @@ void wxDVScatterPlotCtrl::ReadState(std::string filename) {
}

void wxDVScatterPlotCtrl::WriteState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

bool success;
bool debugging = false;
Expand Down
2 changes: 1 addition & 1 deletion src/dview/dvselectionlist.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions src/dview/dvstatisticstablectrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -452,7 +452,7 @@ wxDVStatisticsTableCtrl::~wxDVStatisticsTableCtrl(void) {
}

void wxDVStatisticsTableCtrl::ReadState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

wxString s;
bool success;
Expand All @@ -470,7 +470,7 @@ void wxDVStatisticsTableCtrl::ReadState(std::string filename) {
}

void wxDVStatisticsTableCtrl::WriteState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

bool success;
bool debugging = false;
Expand Down
8 changes: 4 additions & 4 deletions src/dview/dvtimeseriesctrl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -858,12 +858,12 @@ wxDVTimeSeriesCtrl::~wxDVTimeSeriesCtrl(void) {
}

void wxDVTimeSeriesCtrl::ReadState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

// Note: on Mac, these settings are stored in a plist file,
// "DView Preferences" in folder ~/Library/Preferences.
// On Windows, these settings are stored in the registry
// in key HKEY_CURRENT_USER/Software/NREL/DView
// in key HKEY_CURRENT_USER/Software/NLR/DView

wxString s;
bool success;
Expand Down Expand Up @@ -984,7 +984,7 @@ void wxDVTimeSeriesCtrl::OnTimer(wxTimerEvent &) {
}

void wxDVTimeSeriesCtrl::WriteState(std::string filename) {
wxConfig cfg("DView", "NREL");
wxConfig cfg("DView", "NLR");

bool success;
bool debugging = false;
Expand Down
2 changes: 1 addition & 1 deletion src/dview/dvtimeseriesdataset.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/easycurl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/extgrid.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/exttext.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/exttextstream.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/exttree.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/gleasy.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/label.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/lkscript.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/metro.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/numeric.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
BSD 3-Clause License

Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NREL/wex/blob/develop/LICENSE
Copyright (c) Alliance for Energy Innovation, LLC. See also https://github.com/NatLabRockies/wex/blob/develop/LICENSE
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Loading
Loading