https://github.com/feelpp/feelpp
Raw File
Tip revision: f71fefb8a07bb8ce021be8b0672024b0bfecb1f9 authored by Christophe Prud'homme on 11 November 2020, 16:40:25 UTC
Merge remote-tracking branch 'origin/three-sphere' into three-sphere-remesh
Tip revision: f71fefb
genlist.sh
#! /bin/bash

# generate the list of files to be added to the CMakeLists.txt
find geo -name "*.[meshdgo]*" | sort > list
back to top