summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-18 21:36:09 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-18 21:36:09 +0000
commit51ce49b359c615e862049e88a1d828b30720d66d (patch)
tree78c4528de73a3b27fc4630f3e146fca3cf621bd4 /lib
parent2727b5f02529c012200b1d6cac263ff0664eb3aa (diff)
Now when you checkout the wavetoy C application you only get C thorns.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1394 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/checkout.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/checkout.pl b/lib/sbin/checkout.pl
index c1d20e76..8a9505e6 100644
--- a/lib/sbin/checkout.pl
+++ b/lib/sbin/checkout.pl
@@ -391,7 +391,7 @@ sub get_applications
# Checkout C WaveToy
print("\n");
&CheckOut("CactusWave/WaveToyC",$repository);
- &CheckOut("CactusWave/IDScalarWave",$repository);
+ &CheckOut("CactusWave/IDScalarWaveC",$repository);
&CheckOut("CactusBase/Boundary",$repository);
&CheckOut("CactusBase/CartGrid3D",$repository);
&CheckOut("CactusBase/IOUtil",$repository);