Changeset 12089 for trunk/FACT++/src/fscctrl.cc
- Timestamp:
- 09/13/11 14:43:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fscctrl.cc
r12068 r12089 333 333 currents[idx+20] *= -1; 334 334 } 335 voltages[12] *= 2; 336 voltages[13] *= 2; 337 voltages[14] *= 2; 338 voltages[15] *= 2; 339 335 340 voltages[24] *= 2; 336 341 voltages[25] *= 2; 342 337 343 voltages[27] *= -1; 338 344 voltages[29] *= -1; 345 339 346 currents[27] *= -1; 340 347 currents[29] *= -1; … … 871 878 void PrintHelp() 872 879 { 880 Main::PrintHelp<StateMachineFSC<StateMachine, ConnectionFSC>>(); 881 873 882 /* Additional help text which is printed after the configuration 874 883 options goes here */
Note:
See TracChangeset
for help on using the changeset viewer.