[asl] 14/33: Minor fixes in comments

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 5 18:40:49 UTC 2016


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

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

commit 8f7e92a70da7680a1a995a489d05156a7a4eb4ad
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date:   Mon Oct 26 21:58:13 2015 +0200

    Minor fixes in comments
---
 CMakeLists.txt                       | 4 ++--
 README.md                            | 2 +-
 examples/flow/locomotive.cc          | 3 ++-
 examples/flow/multicomponent_flow.cc | 3 ++-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88b64cb..18a69a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,8 +88,8 @@ set(CPACK_PACKAGE_VERSION_MINOR ${ASL_VERSION_MINOR})
 set(CPACK_PACKAGE_VERSION_PATCH ${ASL_VERSION_PATCH})
 set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
 set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/README.md")
-set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Advanced Simulation Library is a free and open source OpenCL-based multiphysics simulation software package.")
-set(CPACK_PACKAGE_DESCRIPTION "Advanced Simulation Library (ASL) is a free and open source multiphysics simulation software package. Its computational engine is based, among others, on the Lattice Boltzmann Methods and is written in OpenCL which enable extraordinarily efficient deployment on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to heterogeneous clusters and supercomputers. The engine is hidden entirely behind C++ classes, so that [...]
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Advanced Simulation Library is a free and open source hardware accelerated multiphysics simulation software.")
+set(CPACK_PACKAGE_DESCRIPTION "Advanced Simulation Library (ASL) is a free and open source hardware accelerated multiphysics simulation software. Its computational engine is based, among others, on the Lattice Boltzmann Methods and is written in OpenCL which enable extraordinarily efficient deployment on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs and GPUs up to heterogeneous clusters and supercomputers. The engine is hidden entirely behind C++ cla [...]
 set(CPACK_PACKAGE_VENDOR "Avtech Scientific")
 set(CPACK_PACKAGE_CONTACT "http://avtechscientific.com/contact")
 
diff --git a/README.md b/README.md
index 7aa880c..6adb101 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ For more information, please visit <http://asl.org.il>.
 
 # ASL
 
-__Advanced Simulation Library (ASL)__ is a free and open source hardware accelerated multiphysics simulation software. Its computational engine is based, among others, on the [Lattice Boltzmann Methods](http://en.wikipedia.org/wiki/Lattice_Boltzmann_methods) and is written in [OpenCL](http://en.wikipedia.org/wiki/OpenCL) which enable [extraordinarily efficient deployment](http://asl.org.il/benchmarks) on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs  [...]
+__Advanced Simulation Library (ASL)__ is a free and open source hardware accelerated multiphysics simulation software. Its computational engine is based, among others, on the [Lattice Boltzmann Methods](http://en.wikipedia.org/wiki/Lattice_Boltzmann_methods) and is written in [OpenCL](http://en.wikipedia.org/wiki/OpenCL) which enable [extraordinarily efficient deployment](http://asl.org.il/benchmarks) on a variety of massively parallel architectures, ranging from inexpensive FPGAs, DSPs  [...]
 
 
 ## License
diff --git a/examples/flow/locomotive.cc b/examples/flow/locomotive.cc
index 301c1d0..250717b 100644
--- a/examples/flow/locomotive.cc
+++ b/examples/flow/locomotive.cc
@@ -23,6 +23,7 @@
 
 /**
 	\example locomotive.cc
+	Example: Aerodynamics of a locomotive in a tunnel
 	Required input file: [locomotive.stl](http://asl.org.il/input_data/locomotive.stl)
  */
 
@@ -234,4 +235,4 @@ int main(int argc, char* argv[])
 		 << timer.getProcessorLoad() * 100 << "%" << endl;
 
 	return 0;
-}
\ No newline at end of file
+}
diff --git a/examples/flow/multicomponent_flow.cc b/examples/flow/multicomponent_flow.cc
index 1e3ccdc..ffac70e 100644
--- a/examples/flow/multicomponent_flow.cc
+++ b/examples/flow/multicomponent_flow.cc
@@ -22,7 +22,8 @@
 
 
 /**
-	\example multicomponent_flow.cc 	 
+	\example multicomponent_flow.cc
+	Example: Multicomponent flow	 
  */
 
 #include <utilities/aslParametersManager.h>

-- 
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