Skip to content
Snippets Groups Projects
Commit 77b07ad2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typo
parent b5663835
No related branches found
No related tags found
No related merge requests found
// $Id: solver.cpp,v 1.2 2005-01-16 20:41:42 geuzaine Exp $
// $Id: solver.cpp,v 1.3 2005-01-17 18:52:49 geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
......@@ -35,7 +35,7 @@
// g++ solver.cpp -o solver.exe
//
// To run it, merge the contents of the file solver.opt into your
// default Gmsh option file, or lauch Gmsh with the command:
// default Gmsh option file, or launch Gmsh with the command:
//
// gmsh -option solver.opt
//
......
/* $Id: solver.c,v 1.1 2005-01-16 20:41:42 geuzaine Exp $ */
/* $Id: solver.c,v 1.2 2005-01-17 18:52:49 geuzaine Exp $ */
/*
* Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
*
......@@ -36,7 +36,7 @@
gcc -o solver.exe solver.c GmshClient.c
To run it, merge the contents of the file solver.opt into your
default Gmsh option file, or lauch Gmsh with the command:
default Gmsh option file, or launch Gmsh with the command:
gmsh -option solver.opt
......
#!/usr/bin/perl
#
# $Id: solver.pl,v 1.1 2005-01-16 20:41:42 geuzaine Exp $
# $Id: solver.pl,v 1.2 2005-01-17 18:52:49 geuzaine Exp $
#
# Copyright (c) 2002 Laurent CHAMPANEY <laurent.champaney@meca.uvsq.fr>.
#
......@@ -9,7 +9,7 @@
# to interact with the Gmsh solver module.
#
# To test this solver, copy the solver.opt file into your default
# Gmsh option file, or lauch Gmsh with the command:
# Gmsh option file, or launch Gmsh with the command:
#
# gmsh -option solver.opt
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment