Skip to content

Instantly share code, notes, and snippets.

View jctophefabre's full-sized avatar

Jean-Christophe Fabre jctophefabre

View GitHub Profile
@jctophefabre
jctophefabre / openfluid-fluidhub.yaml
Last active August 30, 2022 08:24
openfluid-fluidhub.yaml
openapi: "3.0.2"
info:
title: OpenFLUID FluidHub API
description: |
API for FluidHub services.
As the API is still under development, some methods and/or paths may be unimplemented
⭐ = item recently added or updated, 🚧 = items under construction, ❗ = items to review and validate
/**
@file MySim.cpp
*/
/*
<sim2doc>
</sim2doc>
*/
# Simulator ID
# ex: SET(SIM_ID "my.simulator.id")
SET(SIM_ID "sim.tools")
# list of CPP files, the sim2doc tag must be contained in the first one
# ex: SET(SIM_CPP MySimulator.cpp)
SET(SIM_CPP MySim.cpp)
# list of Fortran files, if any
# ex: SET(SIM_FORTRAN Calc.f)