diff options
author | Erich Eckner <git@eckner.net> | 2015-07-30 18:50:29 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-07-30 18:50:29 +0200 |
commit | 0484afec8922e5ac455b98bcd5516d53443a475c (patch) | |
tree | 3118cf007075357f28a7a7ef0429f16c0e628009 /Plasmapropagation.lpi | |
parent | efb7499d2a7e6cb0e384431ae773371606851a77 (diff) | |
download | Plasmapropagation-0484afec8922e5ac455b98bcd5516d53443a475c.tar.xz |
Runge-Kutta 10 und 12 eingefuegt, Algorithmus fuer RK14 ist da, aber noch nicht implementiert
Diffstat (limited to 'Plasmapropagation.lpi')
-rw-r--r-- | Plasmapropagation.lpi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Plasmapropagation.lpi b/Plasmapropagation.lpi index 28ad15a..c722825 100644 --- a/Plasmapropagation.lpi +++ b/Plasmapropagation.lpi @@ -32,7 +32,7 @@ <LaunchingApplication PathPlusParams="/usr/bin/screen -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> </local> </RunParams> - <Units Count="4"> + <Units Count="5"> <Unit0> <Filename Value="Plasmapropagation.lpr"/> <IsPartOfProject Value="True"/> @@ -49,6 +49,10 @@ <Filename Value="input.plap"/> <IsPartOfProject Value="True"/> </Unit3> + <Unit4> + <Filename Value="linearkombination.inc"/> + <IsPartOfProject Value="True"/> + </Unit4> </Units> </ProjectOptions> <CompilerOptions> |