11/**************************************************************************************************
22* THE OMICRON PROJECT
33 *-------------------------------------------------------------------------------------------------
4- * Copyright 2010-2022 Electronic Visualization Laboratory, University of Illinois at Chicago
4+ * Copyright 2010-2023 Electronic Visualization Laboratory, University of Illinois at Chicago
55 * Authors:
66 * Arthur Nishimoto [email protected] 77 *-------------------------------------------------------------------------------------------------
8- * Copyright (c) 2010-2022 , Electronic Visualization Laboratory, University of Illinois at Chicago
8+ * Copyright (c) 2010-2023 , Electronic Visualization Laboratory, University of Illinois at Chicago
99 * All rights reserved.
1010 * Redistribution and use in source and binary forms, with or without modification, are permitted
1111 * provided that the following conditions are met:
@@ -849,8 +849,8 @@ void ConfigurationLoaded(DefaultConfig config)
849849 }
850850 if ( cConfig . displayNodeName . Length > 0 )
851851 {
852- CAVE2 . HEAD_NODE_NAME = cConfig . displayNodeName ;
853- Debug . Log ( "Config: Using '" + CAVE2 . HEAD_NODE_NAME + "' as display node machine name" ) ;
852+ CAVE2 . DISPLAY_NODE_NAME = cConfig . displayNodeName ;
853+ Debug . Log ( "Config: Using '" + CAVE2 . DISPLAY_NODE_NAME + "' as display node machine name" ) ;
854854 }
855855 }
856856
@@ -864,8 +864,8 @@ void CAVE2ConfigurationLoaded(DefaultConfig config)
864864 }
865865 if ( cConfig . displayNodeName . Length > 0 )
866866 {
867- CAVE2 . HEAD_NODE_NAME = cConfig . displayNodeName ;
868- Debug . Log ( "Config: Using '" + CAVE2 . HEAD_NODE_NAME + "' as display node machine name" ) ;
867+ CAVE2 . DISPLAY_NODE_NAME = cConfig . displayNodeName ;
868+ Debug . Log ( "Config: Using '" + CAVE2 . DISPLAY_NODE_NAME + "' as display node machine name" ) ;
869869 }
870870 }
871871
0 commit comments