feat: add solver core skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <fesa/model/analysis_step.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
const fesa::model::AnalysisStep step{fesa::core::StepId{1}, "static"};
|
||||
return step.name() == "static" ? 0 : 1;
|
||||
}
|
||||
Reference in New Issue
Block a user