JUK1
|
#include <iostream>
#include "Maths/DynamicMatrix.hpp"
#include "CircuitElements/CircuitElements.hpp"
#include "CircuitSimulator/Simulator.hpp"
#include <thread>
#include <complex>
#include <chrono>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
main function to launch the circuit simulator More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
main function to launch the circuit simulator
Contains platform specific code to handle directory changes
argc | |
argv[] |
Definition at line 29 of file CircuitSimulator.cpp.