Skip to content

Commit

Permalink
Merge pull request #690 from VincentVanlaer/utils-to-tools
Browse files Browse the repository at this point in the history
utils: move files that are not part of the module to scripts/
  • Loading branch information
pmocz authored Sep 10, 2024
2 parents 525e07c + 50d299f commit 8006bd5
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/using_mesa/using_pgstar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Devote lots of time watching models evolve. It's a fun way to learn!
If you're using the MESA SDK, you should have everything you need to use
PGSTAR. Otherwise, you need to have installed PGPLOT, XWindows, and a
few libraries that they need. See the makefile_header_non_mesasdk in
$MESA_DIR/utils for details. You'll also find pgplot.tar.bz2 in
$MESA_DIR/utils in case you need to install PGPLOT (thanks to Tim
$MESA_DIR/utils for details. You'll find pgplot.tar.bz2 in
$MESA_DIR/scripts in case you need to install PGPLOT (thanks to Tim
Pearson of CalTech for creating PGPLOT and giving us permission to
distribute it with MESA).

Expand Down
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ then
echo "* are set first. *"
echo "* *"
echo "* *"
echo "* The ndiff tar file is in the mesa/utils directory. *"
echo "* The ndiff tar file is in the mesa/scripts directory. *"
echo "* Unpack it anywhere (tar -zxvf ndiff-2.00.tar.gz), *"
echo "* and cd to the ndiff directory. *"
echo "* Then do the usual sequence: *"
Expand Down Expand Up @@ -245,7 +245,7 @@ then
echo "* are set first. *"
echo "* *"
echo "* *"
echo "* The makedepf90 tar file is in the mesa/utils directory. *"
echo "* The makedepf90 tar file is in the mesa/scripts directory. *"
echo "* Unpack it anywhere (tar -zxvf makedepf90-2.8.8.tar.gz), *"
echo "* and cd to the makedepf90-2.8.8 directory. *"
echo "* Then do the usual sequence: *"
Expand Down
1 change: 1 addition & 0 deletions scripts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
detab
1 change: 1 addition & 0 deletions scripts/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
detab: detab.c
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8006bd5

Please sign in to comment.