Skip to content
Snippets Groups Projects
Commit ba585fef authored by henry's avatar henry
Browse files

Added "Application" entry in header.

parent 107ff360
No related merge requests found
...@@ -22,6 +22,9 @@ License ...@@ -22,6 +22,9 @@ License
along with OpenFOAM; if not, write to the Free Software Foundation, along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Application
changeDictionary
Description Description
Simple dictionary changing tool. Can be used to e.g. change the patch Simple dictionary changing tool. Can be used to e.g. change the patch
type. Reads dictionaries (fields) and entries to change from a dictionary. type. Reads dictionaries (fields) and entries to change from a dictionary.
...@@ -62,7 +65,7 @@ namespace Foam ...@@ -62,7 +65,7 @@ namespace Foam
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Main program: // Main program:
int main(int argc, char *argv[]) int main(int argc, char *argv[])
...@@ -220,4 +223,5 @@ int main(int argc, char *argv[]) ...@@ -220,4 +223,5 @@ int main(int argc, char *argv[])
return 0; return 0;
} }
// ************************************************************************* // // ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment