comparison CollidoscopeApp/src/Config.cpp @ 2:dd889fff8423

added some comments
author Fiore Martin <f.martin@qmul.ac.uk>
date Mon, 11 Jul 2016 17:03:40 +0200
parents 02467299402e
children 75b744078d66
comparison
equal deleted inserted replaced
1:b5bcad8e7803 2:dd889fff8423
15 mWaveLen(2.0) 15 mWaveLen(2.0)
16 { 16 {
17 17
18 } 18 }
19 19
20 20 // uses Cinder api to parse configuration in XML file
21 void Config::loadFromFile( std::string&& path ) 21 void Config::loadFromFile( std::string&& path )
22 { 22 {
23 try { 23 try {
24 XmlTree doc( loadFile( path ) ); 24 XmlTree doc( loadFile( path ) );
25 25