Index: src/Deltares.Soilbase/GeoDatabase.cs =================================================================== diff -u -r6 -r52 --- src/Deltares.Soilbase/GeoDatabase.cs (.../GeoDatabase.cs) (revision 6) +++ src/Deltares.Soilbase/GeoDatabase.cs (.../GeoDatabase.cs) (revision 52) @@ -6,7 +6,6 @@ using System.IO; using System.Linq; using System.Text; -using Deltares.DeltaModel; using Deltares.Geotechnics; using Deltares.Geotechnics.ConePenetrationTest; using Deltares.Geotechnics.IO.Importers; @@ -588,12 +587,7 @@ } } } - reader.Close(); - if (Factory is DeltaModelFactory) - { - var df = (DeltaModelFactory) Factory; - df.SetAquiferDictionary(aquiferDictionary); - } + reader.Close(); } ///