Ignore:
Timestamp:
08/08/11 15:49:17 (13 years ago)
Author:
tbretz
Message:
Convert from milli to Volt and Amp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fscctrl.cc

    r11845 r11846  
    318318
    319319        for (int *pv=mapv; *pv>=0; pv++)
    320             voltages.push_back(volt[*pv]);
     320            voltages.push_back(volt[*pv]*0.001);
    321321
    322322        for (int *pc=mapc; *pc>=0; pc++)
    323             currents.push_back(volt[*pc]*5);
     323            currents.push_back(volt[*pc]*0.005);
    324324
    325325        for (int idx=0; idx<4; idx++)
Note: See TracChangeset for help on using the changeset viewer.