Skip to content

Commit f943339

Browse files
Merge branch 'master' of github.com:intrepidcs/python_ics
2 parents a6b3bdb + 82d5c3f commit f943339

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/methods.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,8 @@ auto device_name_from_nde(NeoDeviceEx* nde) -> std::string
692692
return "RAD-Epsilon";
693693
case NEODEVICE_RADEPSILON_T:
694694
return "RAD-EpsilonT";
695+
case NEODEVICE_RADEPSILON_EXPRESS:
696+
return "RAD-Epsilon Express";
695697
case NEODEVICE_RADPROXIMA:
696698
return "RAD-Proxima";
697699
case NEODEVICE_RAD_BMS:

0 commit comments

Comments
 (0)