From 3b06feebfa4b7bec3d8b2e7e744be9a0e48c3cf5 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 5 Feb 2018 07:40:36 -0800 Subject: [PATCH] Updated license year --- ci/appveyor/installMPI.ps1 | 8 -------- include/arrayView.hpp | 2 +- include/blkMultiArray3d.hpp | 2 +- include/boundaryConditions.hpp | 2 +- include/conserved.hpp | 2 +- include/diffusion.hpp | 2 +- include/eos.hpp | 2 +- include/fluid.hpp | 2 +- include/fluxJacobian.hpp | 2 +- include/ghostStates.hpp | 2 +- include/input.hpp | 2 +- include/inputStates.hpp | 2 +- include/inviscidFlux.hpp | 2 +- include/kdtree.hpp | 2 +- include/limiter.hpp | 2 +- include/macros.hpp.in | 2 +- include/matMultiArray3d.hpp | 2 +- include/matrix.hpp | 2 +- include/multiArray3d.hpp | 2 +- include/output.hpp | 2 +- include/parallel.hpp | 2 +- include/physicsModels.hpp | 2 +- include/plot3d.hpp | 2 +- include/primitive.hpp | 2 +- include/procBlock.hpp | 2 +- include/range.hpp | 2 +- include/reconstruction.hpp | 2 +- include/resid.hpp | 2 +- include/slices.hpp | 2 +- include/source.hpp | 2 +- include/spectralRadius.hpp | 2 +- include/tensor.hpp | 2 +- include/thermodynamic.hpp | 2 +- include/transport.hpp | 2 +- include/turbulence.hpp | 2 +- include/uncoupledScalar.hpp | 2 +- include/utility.hpp | 2 +- include/varArray.hpp | 2 +- include/vector3d.hpp | 2 +- include/viscousFlux.hpp | 2 +- include/wallData.hpp | 2 +- include/wallLaw.hpp | 2 +- src/boundaryConditions.cpp | 2 +- src/conserved.cpp | 2 +- src/eos.cpp | 2 +- src/fluid.cpp | 2 +- src/fluxJacobian.cpp | 2 +- src/ghostStates.cpp | 2 +- src/input.cpp | 2 +- src/inputStates.cpp | 2 +- src/inviscidFlux.cpp | 2 +- src/kdtree.cpp | 2 +- src/limiter.cpp | 2 +- src/main.cpp | 2 +- src/matMultiArray3d.cpp | 2 +- src/matrix.cpp | 2 +- src/output.cpp | 2 +- src/parallel.cpp | 2 +- src/plot3d.cpp | 2 +- src/primitive.cpp | 2 +- src/procBlock.cpp | 2 +- src/range.cpp | 2 +- src/resid.cpp | 2 +- src/slices.cpp | 2 +- src/source.cpp | 2 +- src/thermodynamic.cpp | 2 +- src/transport.cpp | 2 +- src/turbulence.cpp | 2 +- src/uncoupledScalar.cpp | 2 +- src/utility.cpp | 2 +- src/varArray.cpp | 2 +- src/viscousFlux.cpp | 2 +- src/wallData.cpp | 2 +- src/wallLaw.cpp | 2 +- testCases/regressionTests.py | 2 +- 75 files changed, 74 insertions(+), 82 deletions(-) diff --git a/ci/appveyor/installMPI.ps1 b/ci/appveyor/installMPI.ps1 index 7f265bd..5dfc293 100644 --- a/ci/appveyor/installMPI.ps1 +++ b/ci/appveyor/installMPI.ps1 @@ -22,14 +22,6 @@ function InstallCmake() { cmd /c start /wait $exePath /S cmake --version Write-Host "CMake 3.4.0 installed" -ForegroundColor Green - #md cmake-38 - #cd cmake-38 - # install cmake - #Write-Host "Installing CMake 3.8.0 ..." - #appveyor DownloadFile https://cmake.org/files/v3.8/cmake-3.8.0-win64-x64.msi - #Start-Process -FilePath msiexec.exe -ArgumentList "/quiet /qn /i cmake-3.8.0-win64-x64.msi" -Wait - #Write-Host "CMake 3.8.0 installed..." - #cd .. } function main() { diff --git a/include/arrayView.hpp b/include/arrayView.hpp index f855493..b47bf3d 100644 --- a/include/arrayView.hpp +++ b/include/arrayView.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/blkMultiArray3d.hpp b/include/blkMultiArray3d.hpp index 2fa0a5b..012d4e8 100644 --- a/include/blkMultiArray3d.hpp +++ b/include/blkMultiArray3d.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/boundaryConditions.hpp b/include/boundaryConditions.hpp index 922252f..4b0fb0f 100644 --- a/include/boundaryConditions.hpp +++ b/include/boundaryConditions.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/conserved.hpp b/include/conserved.hpp index 7ac09b6..8d7ca1a 100644 --- a/include/conserved.hpp +++ b/include/conserved.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/diffusion.hpp b/include/diffusion.hpp index 9785c21..447a5b2 100644 --- a/include/diffusion.hpp +++ b/include/diffusion.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/eos.hpp b/include/eos.hpp index b312f44..c3bb692 100644 --- a/include/eos.hpp +++ b/include/eos.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/fluid.hpp b/include/fluid.hpp index 851287e..6037a11 100644 --- a/include/fluid.hpp +++ b/include/fluid.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/fluxJacobian.hpp b/include/fluxJacobian.hpp index f0aac7d..752bc0d 100644 --- a/include/fluxJacobian.hpp +++ b/include/fluxJacobian.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/ghostStates.hpp b/include/ghostStates.hpp index b35cd9e..e999278 100644 --- a/include/ghostStates.hpp +++ b/include/ghostStates.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/input.hpp b/include/input.hpp index 0e60a3e..d52c7ce 100644 --- a/include/input.hpp +++ b/include/input.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/inputStates.hpp b/include/inputStates.hpp index b26fbf8..c03c246 100644 --- a/include/inputStates.hpp +++ b/include/inputStates.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/inviscidFlux.hpp b/include/inviscidFlux.hpp index 0f86794..04a21d3 100644 --- a/include/inviscidFlux.hpp +++ b/include/inviscidFlux.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/kdtree.hpp b/include/kdtree.hpp index 6791fe5..efbaa8c 100644 --- a/include/kdtree.hpp +++ b/include/kdtree.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/limiter.hpp b/include/limiter.hpp index aff5880..7cae718 100644 --- a/include/limiter.hpp +++ b/include/limiter.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/macros.hpp.in b/include/macros.hpp.in index 36b0252..9eb2b81 100644 --- a/include/macros.hpp.in +++ b/include/macros.hpp.in @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/matMultiArray3d.hpp b/include/matMultiArray3d.hpp index 4d9b374..e0b23e4 100644 --- a/include/matMultiArray3d.hpp +++ b/include/matMultiArray3d.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/matrix.hpp b/include/matrix.hpp index 8c1c0b7..0624dca 100644 --- a/include/matrix.hpp +++ b/include/matrix.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/multiArray3d.hpp b/include/multiArray3d.hpp index 40551d8..106e0ff 100644 --- a/include/multiArray3d.hpp +++ b/include/multiArray3d.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/output.hpp b/include/output.hpp index dd2e6d0..ee69dff 100644 --- a/include/output.hpp +++ b/include/output.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/parallel.hpp b/include/parallel.hpp index 89ebad4..38cf6b7 100644 --- a/include/parallel.hpp +++ b/include/parallel.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/physicsModels.hpp b/include/physicsModels.hpp index 9f9090b..a7b8457 100644 --- a/include/physicsModels.hpp +++ b/include/physicsModels.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/plot3d.hpp b/include/plot3d.hpp index 4e16af0..aeedc83 100644 --- a/include/plot3d.hpp +++ b/include/plot3d.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/primitive.hpp b/include/primitive.hpp index 63153ec..a753f36 100644 --- a/include/primitive.hpp +++ b/include/primitive.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/procBlock.hpp b/include/procBlock.hpp index ad399e9..5099919 100644 --- a/include/procBlock.hpp +++ b/include/procBlock.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/range.hpp b/include/range.hpp index 7198e22..47767f7 100644 --- a/include/range.hpp +++ b/include/range.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/reconstruction.hpp b/include/reconstruction.hpp index 8c9821f..526b4ab 100644 --- a/include/reconstruction.hpp +++ b/include/reconstruction.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/resid.hpp b/include/resid.hpp index 742b32e..8e36d11 100644 --- a/include/resid.hpp +++ b/include/resid.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/slices.hpp b/include/slices.hpp index 9fab25a..a6a7c63 100644 --- a/include/slices.hpp +++ b/include/slices.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/source.hpp b/include/source.hpp index 5873b39..035092b 100644 --- a/include/source.hpp +++ b/include/source.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/spectralRadius.hpp b/include/spectralRadius.hpp index 04ee8fd..85dc4c4 100644 --- a/include/spectralRadius.hpp +++ b/include/spectralRadius.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/tensor.hpp b/include/tensor.hpp index c8db9e4..baf6839 100644 --- a/include/tensor.hpp +++ b/include/tensor.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/thermodynamic.hpp b/include/thermodynamic.hpp index 1d376f7..5cc0ca9 100644 --- a/include/thermodynamic.hpp +++ b/include/thermodynamic.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/transport.hpp b/include/transport.hpp index 74347e8..4e3d878 100644 --- a/include/transport.hpp +++ b/include/transport.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/turbulence.hpp b/include/turbulence.hpp index b7a7be4..01036a6 100644 --- a/include/turbulence.hpp +++ b/include/turbulence.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/uncoupledScalar.hpp b/include/uncoupledScalar.hpp index 073cbfd..9dd7eee 100644 --- a/include/uncoupledScalar.hpp +++ b/include/uncoupledScalar.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/utility.hpp b/include/utility.hpp index fe6158b..437d267 100644 --- a/include/utility.hpp +++ b/include/utility.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/varArray.hpp b/include/varArray.hpp index f2f15ff..7343b49 100644 --- a/include/varArray.hpp +++ b/include/varArray.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/vector3d.hpp b/include/vector3d.hpp index fdf4af9..f56077f 100644 --- a/include/vector3d.hpp +++ b/include/vector3d.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/viscousFlux.hpp b/include/viscousFlux.hpp index 3852e02..d2b3991 100644 --- a/include/viscousFlux.hpp +++ b/include/viscousFlux.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/wallData.hpp b/include/wallData.hpp index c1117c8..7013081 100644 --- a/include/wallData.hpp +++ b/include/wallData.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/wallLaw.hpp b/include/wallLaw.hpp index da596fc..f8f9127 100644 --- a/include/wallLaw.hpp +++ b/include/wallLaw.hpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/boundaryConditions.cpp b/src/boundaryConditions.cpp index f5dbddd..1f23480 100644 --- a/src/boundaryConditions.cpp +++ b/src/boundaryConditions.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/conserved.cpp b/src/conserved.cpp index 7f3f4ad..a80a975 100644 --- a/src/conserved.cpp +++ b/src/conserved.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/eos.cpp b/src/eos.cpp index 9f809ff..a41f012 100644 --- a/src/eos.cpp +++ b/src/eos.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/fluid.cpp b/src/fluid.cpp index 7ac0e86..5b79acb 100644 --- a/src/fluid.cpp +++ b/src/fluid.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/fluxJacobian.cpp b/src/fluxJacobian.cpp index 433ce01..dbaa82b 100644 --- a/src/fluxJacobian.cpp +++ b/src/fluxJacobian.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/ghostStates.cpp b/src/ghostStates.cpp index 9f229cd..830a835 100644 --- a/src/ghostStates.cpp +++ b/src/ghostStates.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/input.cpp b/src/input.cpp index bf545e2..73f9f48 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/inputStates.cpp b/src/inputStates.cpp index a3eb70d..8105256 100644 --- a/src/inputStates.cpp +++ b/src/inputStates.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/inviscidFlux.cpp b/src/inviscidFlux.cpp index 4470deb..876bc68 100644 --- a/src/inviscidFlux.cpp +++ b/src/inviscidFlux.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/kdtree.cpp b/src/kdtree.cpp index a06fa9b..d41e0f8 100644 --- a/src/kdtree.cpp +++ b/src/kdtree.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/limiter.cpp b/src/limiter.cpp index 1834983..fb9f58f 100644 --- a/src/limiter.cpp +++ b/src/limiter.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 0c8e86d..4cdcb37 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/matMultiArray3d.cpp b/src/matMultiArray3d.cpp index 2e5f336..18003f5 100644 --- a/src/matMultiArray3d.cpp +++ b/src/matMultiArray3d.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/matrix.cpp b/src/matrix.cpp index 59c54cd..f0f4252 100644 --- a/src/matrix.cpp +++ b/src/matrix.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/output.cpp b/src/output.cpp index db2ac96..bb2157f 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/parallel.cpp b/src/parallel.cpp index 5858b15..66e3182 100644 --- a/src/parallel.cpp +++ b/src/parallel.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/plot3d.cpp b/src/plot3d.cpp index e999a5b..78f095f 100644 --- a/src/plot3d.cpp +++ b/src/plot3d.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/primitive.cpp b/src/primitive.cpp index 3ff282f..fe3158b 100644 --- a/src/primitive.cpp +++ b/src/primitive.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/procBlock.cpp b/src/procBlock.cpp index fb9619f..f78eed1 100644 --- a/src/procBlock.cpp +++ b/src/procBlock.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/range.cpp b/src/range.cpp index 7086312..ed8c06b 100644 --- a/src/range.cpp +++ b/src/range.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/resid.cpp b/src/resid.cpp index 663d8ba..f939985 100644 --- a/src/resid.cpp +++ b/src/resid.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/slices.cpp b/src/slices.cpp index 214ad13..d2af080 100644 --- a/src/slices.cpp +++ b/src/slices.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/source.cpp b/src/source.cpp index 6d9e724..d7cf677 100644 --- a/src/source.cpp +++ b/src/source.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/thermodynamic.cpp b/src/thermodynamic.cpp index 3e644b2..d6cac33 100644 --- a/src/thermodynamic.cpp +++ b/src/thermodynamic.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/transport.cpp b/src/transport.cpp index 9c834dc..7ba2c7b 100644 --- a/src/transport.cpp +++ b/src/transport.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/turbulence.cpp b/src/turbulence.cpp index cd298d3..e6214e2 100644 --- a/src/turbulence.cpp +++ b/src/turbulence.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/uncoupledScalar.cpp b/src/uncoupledScalar.cpp index 129e47d..637d2a5 100644 --- a/src/uncoupledScalar.cpp +++ b/src/uncoupledScalar.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/utility.cpp b/src/utility.cpp index 2615ccf..8938fb7 100644 --- a/src/utility.cpp +++ b/src/utility.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/varArray.cpp b/src/varArray.cpp index 17e8c93..b65a22b 100644 --- a/src/varArray.cpp +++ b/src/varArray.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/viscousFlux.cpp b/src/viscousFlux.cpp index 8466351..18a92b3 100644 --- a/src/viscousFlux.cpp +++ b/src/viscousFlux.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/wallData.cpp b/src/wallData.cpp index c15b77c..2a187d9 100644 --- a/src/wallData.cpp +++ b/src/wallData.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/wallLaw.cpp b/src/wallLaw.cpp index 96c7d70..ebca839 100644 --- a/src/wallLaw.cpp +++ b/src/wallLaw.cpp @@ -1,5 +1,5 @@ /* This file is part of aither. - Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) + Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) Aither is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/testCases/regressionTests.py b/testCases/regressionTests.py index c4a1677..58c19d6 100755 --- a/testCases/regressionTests.py +++ b/testCases/regressionTests.py @@ -1,5 +1,5 @@ # This file is part of aither. -# Copyright (C) 2015-17 Michael Nucci (michael.nucci@gmail.com) +# Copyright (C) 2015-18 Michael Nucci (michael.nucci@gmail.com) # # Aither is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by