diff options
| author | Jacob Palecki <[email protected]> | 2020-09-19 21:24:59 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-19 21:24:59 -0700 |
| commit | 7622f542daa27db332334d0af25faa9651a1c831 (patch) | |
| tree | a10bce066ea6454ccec60309c5af2adec0a9aa4e /grapher/grapher.csproj | |
| parent | Fix chart scaling for DPIs < 1200 (diff) | |
| download | rawaccel-7622f542daa27db332334d0af25faa9651a1c831.tar.xz rawaccel-7622f542daa27db332334d0af25faa9651a1c831.zip | |
log sigmoid sens done
Diffstat (limited to 'grapher/grapher.csproj')
| -rw-r--r-- | grapher/grapher.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 8f5eeda..b81a310 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -54,6 +54,7 @@ </ItemGroup> <ItemGroup> <Compile Include="Constants\Constants.cs" /> + <Compile Include="Layouts\ExperimentOneLayout.cs" /> <Compile Include="Layouts\LogarithmLayout.cs" /> <Compile Include="Layouts\NaturalGainLayout.cs" /> <Compile Include="Layouts\SigmoidGainLayout.cs" /> |