[asl] 13/27: Cosmetic fixes, bumping version to 0.1.7

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Nov 26 16:35:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository asl.

commit aae3b1eb2dff67b764fbe2aadec23d8afa059906
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date:   Wed Nov 9 13:19:46 2016 +0200

    Cosmetic fixes, bumping version to 0.1.7
---
 examples/CMakeLists.txt                            | 57 ++++++++++------------
 examples/levelSet/CMakeLists.txt                   |  2 +-
 examples/levelSet/levelSetFacetedGrowth.cc         |  2 +-
 ...FacetedGrowth.ini => levelSetFacetedGrowth.ini} |  0
 4 files changed, 29 insertions(+), 32 deletions(-)

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index d53032a..d2444d1 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,31 +1,28 @@
-#
-# Advanced Simulation Library <http://asl.org.il>
-# 
-# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
-#
-#
-# This file is part of Advanced Simulation Library (ASL).
-#
-# ASL is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, version 3 of the License.
-#
-# ASL is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with ASL. If not, see <http://www.gnu.org/licenses/>.
-#
-
-
-add_subdirectory(flow)
-add_subdirectory(elastic)
-add_subdirectory(levelSet)
-add_subdirectory(jumpingObjects)
-add_subdirectory(heatTransfer)
-add_subdirectory(massTransferSM)
+#
+# Advanced Simulation Library <http://asl.org.il>
+#
+# Copyright 2015 Avtech Scientific <http://avtechscientific.com>
+#
+#
+# This file is part of Advanced Simulation Library (ASL).
+#
+# ASL is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, version 3 of the License.
+#
+# ASL is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with ASL. If not, see <http://www.gnu.org/licenses/>.
+#
 
-# Disable this for now, until we decide to distribute the input data along with ASL
-# install(DIRECTORY ${CMAKE_SOURCE_DIR}/input_data DESTINATION ${CMAKE_INSTALL_DOCDIR})
\ No newline at end of file
+
+add_subdirectory(flow)
+add_subdirectory(elastic)
+add_subdirectory(levelSet)
+add_subdirectory(jumpingObjects)
+add_subdirectory(heatTransfer)
+add_subdirectory(massTransferSM)
\ No newline at end of file
diff --git a/examples/levelSet/CMakeLists.txt b/examples/levelSet/CMakeLists.txt
index 4523297..8fa54d5 100644
--- a/examples/levelSet/CMakeLists.txt
+++ b/examples/levelSet/CMakeLists.txt
@@ -33,4 +33,4 @@ INSTALL_EXAMPLE(levelSetNormalGrowth levelSetNormalGrowth.cc)
 
 add_executable(levelSetFacetedGrowth levelSetFacetedGrowth.cc)
 target_link_libraries(levelSetFacetedGrowth aslnum aslvtk asl)
-INSTALL_EXAMPLE(levelSetFacetedGrowth levelSetFacetedGrowth.cc parameters_levelSetFacetedGrowth.ini)
+INSTALL_EXAMPLE(levelSetFacetedGrowth levelSetFacetedGrowth.cc levelSetFacetedGrowth.ini)
diff --git a/examples/levelSet/levelSetFacetedGrowth.cc b/examples/levelSet/levelSetFacetedGrowth.cc
index 594a5e3..bb9fc3a 100644
--- a/examples/levelSet/levelSetFacetedGrowth.cc
+++ b/examples/levelSet/levelSetFacetedGrowth.cc
@@ -23,7 +23,7 @@
 
 /**
 	\example levelSetFacetedGrowth.cc
-	Required input file: default parameters - parameters_levelSetFacetedGrowth.ini
+	Required input file: default parameters - levelSetFacetedGrowth.ini
 */
 
 #include <aslDataInc.h>
diff --git a/examples/levelSet/parameters_levelSetFacetedGrowth.ini b/examples/levelSet/levelSetFacetedGrowth.ini
similarity index 100%
rename from examples/levelSet/parameters_levelSetFacetedGrowth.ini
rename to examples/levelSet/levelSetFacetedGrowth.ini

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git



More information about the debian-science-commits mailing list