diff options
Diffstat (limited to 'src/fluid_simulator.adb')
-rw-r--r-- | src/fluid_simulator.adb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/fluid_simulator.adb b/src/fluid_simulator.adb index e9e86b9..b13f107 100644 --- a/src/fluid_simulator.adb +++ b/src/fluid_simulator.adb @@ -1,4 +1,11 @@ + +-- Programmed by Jedidiah Barber +-- Licensed under the Sunset License v1.0 + +-- See license.txt for further details + + with Datatypes, @@ -14,6 +21,7 @@ use type Datatypes.Plane.Complex; + procedure Fluid_Simulator is package ANSI renames ANSI_Terminal; @@ -152,3 +160,4 @@ begin end Fluid_Simulator; + |