Left ventricle inflation
Instructions on how to configure and build with CMake:
git clone https://github.com/OpenCMISS-Examples/left_ventricle_inflation.git mkdir build cmake -DOpenCMISSLibs_DIR=/path/to/opencmisslib/install ../left_ventricle_inflation make # cmake --build . will also work here and is much more platform agnostic.
Explain how the example is run:
cd build ./src/fortran/left_ventricle_inflation.F90
or maybe it is a Python only example:
source /path/to/opencmisslibs/install/virtaul_environments/oclibs_venv_pyXY_release/bin/activate python src/python/left_ventricle_inflation.py
where the XY in the path are the Python major and minor versions respectively.
None
Apache 2.0 License