Skip to content

Commit

Permalink
dpsim-villas: fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
  • Loading branch information
n-eiling committed Nov 11, 2024
1 parent 34da796 commit f07c5af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions dpsim-villas/examples/cxx/FpgaCosimulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ SystemTopology buildTopology(CommandLineArgs &args, std::shared_ptr<Interface> i
logger->logAttribute("a_i", load->mIntfCurrent->deriveCoeff<Real>(0, 0));
logger->logAttribute("b_i", load->mIntfCurrent->deriveCoeff<Real>(1, 0));
logger->logAttribute("c_i", load->mIntfCurrent->deriveCoeff<Real>(2, 0));
// logger->logAttribute("seq_to_dpsim", seqToDPsimAttribute);
// logger->logAttribute("seq_from_rtds", seqFromRTDSAttribute);
// logger->logAttribute("seq_from_dpsim", seqFromDPsimAttribute);
}

return SystemTopology(args.sysFreq, SystemNodeList{SimNode::GND, bus}, SystemComponentList{vs, load});
Expand Down
3 changes: 0 additions & 3 deletions dpsim/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ if(WITH_OPENMP)
list(APPEND DPSIM_LIBRARIES ${OpenMP_CXX_FLAGS})
endif()

list(APPEND DPSIM_INCLUDE_DIRS "/home/eiling/projects/villas-node/common/include")


add_library(dpsim ${DPSIM_SOURCES})
target_link_libraries(dpsim PUBLIC ${DPSIM_LIBRARIES})
target_include_directories(dpsim PUBLIC ${DPSIM_INCLUDE_DIRS})
Expand Down

0 comments on commit f07c5af

Please sign in to comment.