Skip to content

Commit 86ed7bf

Browse files
committed
2 parents fab4251 + a3b3419 commit 86ed7bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

state-estimator/include/PlatformInterfaceGADAL.hpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -600,14 +600,14 @@ class PlatformInterface : public PlatformInterfaceBase {
600600
std::ifstream meas_fh;
601601
std::ofstream est_fh;
602602
std::vector<string> meas_zids;
603-
json topo;
604-
json P_meas;
605-
json Q_meas;
606-
json V_meas;
607-
SharedQueue<json> workQueue;
608-
double Sbase;
609-
double ts;
610-
bool sparse_impl = true;
603+
json topo;
604+
json P_meas;
605+
json Q_meas;
606+
json V_meas;
607+
SharedQueue<json> workQueue;
608+
double Sbase;
609+
double ts;
610+
bool sparse_impl = true;
611611
};
612612

613613
//#endif

0 commit comments

Comments
 (0)