File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,18 +221,18 @@ class ProgramConfig : public Program
221221 cfgFile << " userAndCommonLogicEnabled=" << std::boolalpha << mOptions .userAndCommonLogicEnabled << " \n " ;
222222 cfgFile << " timeFrameLength=" << mOptions .timeFrameLength << " \n " ;
223223 cfgFile << " timeFrameDetectionEnabled=" << std::boolalpha << !mOptions .timeFrameDetectionDisabled << " \n " ;
224- cfgFile << " systemId" << mOptions .systemId << " \n " ;
224+ cfgFile << " systemId= " << mOptions .systemId << " \n " ;
225225
226226 cfgFile << " [links]\n " ;
227227 cfgFile << " enabled=false\n " ;
228228 cfgFile << " gbtMux=TTC\n " ;
229- cfgFile << " feeId" << mOptions .systemId << " \n " ;
229+ cfgFile << " feeId= " << mOptions .systemId << " \n " ;
230230
231231 for (const auto & link : params.getLinkMaskRequired ()) {
232232 cfgFile << " [link" << link << " ]\n " ;
233233 cfgFile << " enabled=true\n " ;
234234 cfgFile << " gbtMux=" << mOptions .gbtMux << " \n " ;
235- cfgFile << " feeId" << mOptions .systemId << " \n " ;
235+ cfgFile << " feeId= " << mOptions .systemId << " \n " ;
236236 }
237237
238238 cfgFile.close ();
You can’t perform that action at this time.
0 commit comments