forked from rarias/bscpkgs
fwi: avoid input generation
The ModelGenerator is now included in the fwi-params, so that the input can be generated at runtime.
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
hpccg = callPackage ./hpccg/default.nix { };
|
||||
|
||||
fwi = rec {
|
||||
input = callPackage ./fwi/input.nix { };
|
||||
params = callPackage ./fwi/params.nix { };
|
||||
solver = callPackage ./fwi/default.nix {
|
||||
fwiInput = input;
|
||||
fwiParams = params;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user