Files
secondo/Algebras/RegionInterpolation/mypdview.sh

5 lines
79 B
Bash
Raw Normal View History

2026-01-23 17:03:45 +08:00
#!/bin/shell
cpp -C RegionInterpolator.h | sed /^#/d >tmp
pdview tmp
rm tmp